Created
July 19, 2012 15:04
-
-
Save theaxel/3144552 to your computer and use it in GitHub Desktop.
gitconfig to shorten common git commands
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
[core] | |
autocrlf = false | |
quotepath = false | |
excludesfile = ~/.gitignore | |
[alias] | |
st = status | |
ci = commit | |
br = branch | |
co = checkout | |
mr = merge | |
re = remote | |
lol = log --graph --decorate --pretty=oneline --abbrev=commit | |
ls = ls-files | |
ign = ls-files -o -i --exclude-standard | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment