# 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]...