A simple bash script to backup all the git repositories from a directory
- Install git
- Configure SSH keys for your git repositories
- Move git-update-tool.sh in the root folder of your git repositories
Of course, the user running the script must have read/write access to the git repositories.
Simply run the script from the root folder of your git repositories :
./git-update-tool.sh
This application is licensed under GNU General Public License, Version 3.0.