diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-06-20 21:25:23 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-01 00:51:47 +0100 |
commit | 89e3a836a9d4d9927c87cca3f49220a72f6a937c (patch) | |
tree | cdfaa15c5814dbe508bc274cf94192d190c97c15 /README.md | |
parent | 1730495c1ab2b075d29a6794766e7156efd31d91 (diff) | |
download | hlupak-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.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |