Skip to content

Instantly share code, notes, and snippets.

@kkasaei
Created March 1, 2016 03:54
Show Gist options
  • Save kkasaei/191fda34d7df0075add6 to your computer and use it in GitHub Desktop.
Save kkasaei/191fda34d7df0075add6 to your computer and use it in GitHub Desktop.
Git commands i refer to them time to time
# User Config
git config user.name "<your name>"
git config user.email "<your email>"
git config --globaluser.name "<your name>"
git config --global user.email "<your email>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment