Skip to content

Instantly share code, notes, and snippets.

@wraithan
Created October 12, 2011 17:19
Show Gist options
  • Select an option

  • Save wraithan/1281876 to your computer and use it in GitHub Desktop.

Select an option

Save wraithan/1281876 to your computer and use it in GitHub Desktop.
[color]
ui = auto
[advice]
statusHints = false
[merge]
defaultToUpstream = true
[alias]
st = status -sb
me = log --author=wraithan
lg = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(cyan)<%an>%Creset' --abbrev-commit --date=relative
last = cat-file commit HEAD
[core]
excludesfile = /home/wraithan/.gitignore
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment