Created
January 29, 2016 09:07
-
-
Save dawsbot/12b0fc6bb336cc8510ad to your computer and use it in GitHub Desktop.
Always have your code in two git servers by backing up with Bitbucket
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
#Enter this as one line | |
git remote set-url — add — push origin [email protected]:dawsonbotsford/vimrcbuilder.git | |
#Re-add the original URL as well. Again do this with one line | |
git remote set-url — add — push origin [email protected]:dawsonbotsford/vimrcBuilder.git | |
#Verify everything worked | |
git remote -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment