How to push to multiple git repositories at one time
I have 2 different repositories on the different servers, now I want one of them to be the backup. Two solutions are in my mind.
1. Sync the repository periodically
2. Each time when push the changes, both of the repositoy should be pushed
Here you can follow this handy