Running this script is so easy, especially when you have to check hundreds of repositories in your Git repository library (a directory containing your Git repositories) for updates on the remote side.
1
Checking for updates on the current working directory
To check for updates on the current working directory, just run the script with no arguments:
$ uprepos
2
Checking for updates on a specific directory
To check for updates on any specified directory, run the script with the relative or absolute path to the directory containing your repositories:
$ uprepos Path/To/Repos
Depending on the repository size and your network connection speed, it might take a while.