Skip to content

Instantly share code, notes, and snippets.

@janosgyerik
Created May 14, 2012 13:34
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 janosgyerik/2694023 to your computer and use it in GitHub Desktop.
Save janosgyerik/2694023 to your computer and use it in GitHub Desktop.
My typical .gitconfig
[user]
name = Janos Gyerik
email = janos@example.com
[alias]
st = status
ci = commit
br = branch
co = checkout
ls = ls-files
ign = ls-files -o -i --exclude-standard
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
[color]
ui = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment