Skip to content

Instantly share code, notes, and snippets.

@carlynorama
Created February 13, 2018 23:04
Show Gist options
  • Select an option

  • Save carlynorama/1db3f1be2a158dd8ad7e31f5e66ca1d4 to your computer and use it in GitHub Desktop.

Select an option

Save carlynorama/1db3f1be2a158dd8ad7e31f5e66ca1d4 to your computer and use it in GitHub Desktop.
Adding second remote
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