Skip to content

Instantly share code, notes, and snippets.

@theaxel
Created July 19, 2012 15:04
Show Gist options
  • Save theaxel/3144552 to your computer and use it in GitHub Desktop.
Save theaxel/3144552 to your computer and use it in GitHub Desktop.
gitconfig to shorten common git commands
[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