Skip to content

Instantly share code, notes, and snippets.

@wraithan
Created November 2, 2011 19:34
Show Gist options
  • Select an option

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

Select an option

Save wraithan/1334648 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=Chris
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
prune-all = remote update --prune
[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