Skip to content

Instantly share code, notes, and snippets.

@ridomin
Created June 24, 2019 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ridomin/d505d20628ed29f4574bec06c58cf86e to your computer and use it in GitHub Desktop.
Save ridomin/d505d20628ed29f4574bec06c58cf86e to your computer and use it in GitHub Desktop.
MyGitConfig
git config --global user.name ridomin
git config --global user.email ridomin@live.com
git config --global alias.co checkout
git config --global alias.st status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment