Skip to content

Instantly share code, notes, and snippets.

@zlargon
Last active June 10, 2019 03:47
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 zlargon/0f90e28f69ea8e204c040685d3dfdae4 to your computer and use it in GitHub Desktop.
Save zlargon/0f90e28f69ea8e204c040685d3dfdae4 to your computer and use it in GitHub Desktop.
git config --global user.name "zlargon"
git config --global user.email "zlargon1988@gmail.com"
git config --global color.ui true
git config --global core.editor vim
git config --global core.ignorecase true
git config --global alias.br branch
git config --global alias.co checkout
git config --global alias.cp cherry-pick
git config --global alias.st stash
git config --global alias.sub submodule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment