Skip to content

Instantly share code, notes, and snippets.

@benjaminparnell
Created February 4, 2016 18:14
Show Gist options
  • Save benjaminparnell/6a7fd016f90cf8439495 to your computer and use it in GitHub Desktop.
Save benjaminparnell/6a7fd016f90cf8439495 to your computer and use it in GitHub Desktop.
git config --global user.name "YOUR REAL NAME ON GITHUB"
git config --global user.email [email protected]
git remote remove origin
git remote add origin [email protected]:yourusername/yourrepo
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment