XenorInspire / git-update-tool

A simple bash script to backup all the git repositories from a directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-update-tool

A simple bash script to backup all the git repositories from a directory

Requirements

  • 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.

Start Git Update Tool

Simply run the script from the root folder of your git repositories :

./git-update-tool.sh

Licence

This application is licensed under GNU General Public License, Version 3.0.

About

A simple bash script to backup all the git repositories from a directory

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%