Created
February 13, 2018 23:04
-
-
Save carlynorama/1db3f1be2a158dd8ad7e31f5e66ca1d4 to your computer and use it in GitHub Desktop.
Adding second remote
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
| 125 git remote add remotenickname https://github.com/remote/url | |
| 127 git add . | |
| 128 git commit -m "initial migration commit" | |
| 130 git push remotenickname branchname |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment