Skip to content

Instantly share code, notes, and snippets.

@moxdev
Created November 29, 2016 18:10
Show Gist options
  • Select an option

  • Save moxdev/acc7488342aa4a25ecf8a04c1ecaa4d1 to your computer and use it in GitHub Desktop.

Select an option

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 git@github.com:user/repo.git

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