To update all git repos in a folder you can use:
$ ./updateRepos.sh allor
$ ./updateRepos.sh -aTo evaluate which repo update you can use:
$ ./updateRepos.sh eachor
$ ./updateRepos.sh -eif you want to use the complete wizard, just use this:
$ ./updateRepos.shTo install this script and use it anywhere in your system you may clone this repository
git clone https://github.com/devCharles/gitRepoUpdater.git
then cd into the new directory
$ cd gitRepoUpdaternow we must copy the 'updateRepos.sh' script to /usr/local/bin
$ sudo cp updateRepos.sh /usr/local/binand you can use the script by simply using
$ updateRepos.sh [flag]- in order to use this script you may need to have the right permission level to execute the script