Last active
June 10, 2019 03:47
-
-
Save zlargon/0f90e28f69ea8e204c040685d3dfdae4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global user.name "zlargon" | |
git config --global user.email "[email protected]" | |
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