diff options
-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]... |