Skip to content

Instantly share code, notes, and snippets.

@moxdev
Created November 29, 2016 18:10
Show Gist options
  • Save moxdev/acc7488342aa4a25ecf8a04c1ecaa4d1 to your computer and use it in GitHub Desktop.
Save moxdev/acc7488342aa4a25ecf8a04c1ecaa4d1 to your computer and use it in GitHub Desktop.
How to easily switch from http to ssh remote origin (if you have 2-form Auth active)

git remote -v git remote remove origin git remote add origin [email protected]:user/repo.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment