From f2c9852ae5cfdc3991f077e4bfd8aa800e31f397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Mon, 4 Jun 2018 18:57:11 +0200 Subject: Add basic readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md 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]... -- cgit v1.2.3