Skip to content

Instantly share code, notes, and snippets.

@lilywang1988
Last active May 16, 2018 20:03
Show Gist options
  • Save lilywang1988/6426764a0562d9047c9f7dd035d66df3 to your computer and use it in GitHub Desktop.
Save lilywang1988/6426764a0562d9047c9f7dd035d66df3 to your computer and use it in GitHub Desktop.
Github notes
#Basics
##Remove a wrongly set origin and changed to another one
git remote set-url origin https://github.com/lilywang1988/CUSUM_mortality.git
##Completely delete one
git remote remove origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment