Skip to content

Instantly share code, notes, and snippets.

@koriroys
Created May 2, 2012 23:53
Show Gist options
  • Save koriroys/2582002 to your computer and use it in GitHub Desktop.
Save koriroys/2582002 to your computer and use it in GitHub Desktop.
my git config
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%Cred%h %ad%Creset | %s%d %Cred[%an]\" --graph --date=short
lg = log --graph --pretty=format:\"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset\" --abbrev-commit --date=relative --max-count=50
type = cat-file -t
dump = cat-file -p
[core]
editor = mate -w
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment