Skip to content

Instantly share code, notes, and snippets.

@pda
Created November 17, 2011 05:12
Show Gist options
  • Save pda/1372416 to your computer and use it in GitHub Desktop.
Save pda/1372416 to your computer and use it in GitHub Desktop.
Git config
[user]
name = Paul Annesley
email = ...
[color]
ui = auto
[alias]
st = status
co = checkout
l = log --graph
r = !git --no-pager l -20
aa = add --all
dc = diff --cached
ci = commit
[push]
default = current
[format]
pretty = format:%C(blue)%h%C(reset) - %s %C(green)- %an%C(reset) %C(blue)(%ar)%C(reset)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment