Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 1015 Bytes

File metadata and controls

28 lines (14 loc) · 1015 Bytes

Git Repository Synchronization Tool

A simple bash script to synchronize all of your git repositories to their respective web-hosting sites!

No other dependencies needed!

If you run linux, this should work perfectly.

You may need to re-enter your login credentials for each repo. Setting your login credentials globally is strongly recommended.

Installation

Clone the repo into your main repository directory.

git clone https://github.com/eding42/Git-Repository-Synchronization-Tool cd Git-Repository-Synchronization-Tool

Run the simple "installer," which just copies the script up one level to your main repository directory. The installer will also make the main script and executable.

bash install.sh

Run the script from your main directory of repositories. The script will automatically pull/push each repository.

./git-sync-tool.sh

If any bugs are encountered, please post them to GitHub.