aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-06-20 21:25:23 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-03-01 00:51:47 +0100
commit89e3a836a9d4d9927c87cca3f49220a72f6a937c (patch)
treecdfaa15c5814dbe508bc274cf94192d190c97c15 /README.md
parent1730495c1ab2b075d29a6794766e7156efd31d91 (diff)
downloadhlupak-89e3a836a9d4d9927c87cca3f49220a72f6a937c.tar.gz
feat(add-networked-repos): First version of script to collect GitHub networked repos.
Simple script to add all forks on github as tracked repositories to the current repository. Requires that git config github.user and github.password are set.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 782c7e9..595081d 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,12 @@ submitted contributions. However, the command for it is really
long and complicated. Complicated enough for alias, so this is a
small shell script for doing it.
+add-networked-repos:
+--------------------
+
+Goes through all networked repos to the current one on GitHub
+(recursively) and them as additional remotes.
+
----
All issues, questions, complaints, or (even better!) patches