diff options
author | André Glüpker <git@wgmd.de> | 2018-06-04 18:57:11 +0200 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2018-06-04 18:57:11 +0200 |
commit | f2c9852ae5cfdc3991f077e4bfd8aa800e31f397 (patch) | |
tree | 1716122cb487ba9ddb7eecd2d178a0dc65ff2925 | |
parent | 3080f80ea6c444073cd956d07bcf1d342d8b95b5 (diff) | |
download | update-git-f2c9852ae5cfdc3991f077e4bfd8aa800e31f397.tar.gz update-git-f2c9852ae5cfdc3991f077e4bfd8aa800e31f397.tar.bz2 update-git-f2c9852ae5cfdc3991f077e4bfd8aa800e31f397.zip |
Add basic readme
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..741c3b3 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Update git script + +This script walks through the provided directories and tries to update every git repository found. +Every git repository is updated in its own thread. +Every branch of a repository is being updated, if possible. + +## Usage +updateGit.py [DIRECTORY]... |