notes
Push your git repository to multiple locations.
You are able to add multiple push URLs to a repository. Allowing multiple repositories to be updated with one push. Run the below command for each URL.
git remote set-url --add --push origin <URL>