blob: 741c3b3f118cccdadd9b6aea096722ce6ba39782 (
plain)
1
2
3
4
5
6
7
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]...
|