Created
January 21, 2019 12:30
-
-
Save felipeek/41563394c7e41da7d98d2e297bc8deb9 to your computer and use it in GitHub Desktop.
Change to github
This file contains hidden or 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
#!/bin/bash | |
git remote set-url origin https://github.com/felipeek/squiggly.git | |
git remote add bitbucket https://[email protected]/Felipeek/squiggly.git | |
# From now on... | |
# git push origin ~> Updates GITHUB | |
# git push bitbucket ~> Updates BITBUCKET (if needed for some reason) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment