notes

Push your git repository to multiple locations.

July 20, 2022 #git #push

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>