Created
July 11, 2016 05:14
-
-
Save NeilCross/e3810d324bb4dcb748c8d7725e2ba87a to your computer and use it in GitHub Desktop.
My git config aliases/rules
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 alias.co 'checkout' | |
git config --global alias.unstage 'reset --' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment