commit 0b7fe34b3ba0761aef1b53487a862311640f23fd parent b397ac9363cedaa37b4e252f50ab65081067c2f2 Author: lash <dev@holbrook.no> Date: Sun, 9 Jan 2022 15:52:27 +0000 add readme Diffstat:
A | README.txt | | | 17 | +++++++++++++++++ |
A | TODO | | | 1 | + |
2 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/README.txt b/README.txt @@ -0,0 +1,17 @@ +Generate a list of repositories from an existing file hierarchy: + +bash gitlist.sh <path> + + +-- + +Clone all repositories in a newline separated file of urls + +cat <file> | bash gitstart.sh + + +-- + +remote update all repos in file hierarchy + +bash gitrefresh.sh <path> diff --git a/TODO b/TODO @@ -0,0 +1 @@ +- optional forward the current branch