Last active
August 16, 2019 19:30
-
-
Save kinoute/8df5e8c5e1238067d027cca69b4bcbce to your computer and use it in GitHub Desktop.
Push to remote Github and Gitlab at the same time
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://git-scm.com/docs/git-remote#Documentation/git-remote.txt-emset-urlem | |
git remote set-url --add --push origin [email protected]:Foo/bar.git | |
git remote set-url --add --push origin [email protected]:Foo/bar.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment