Skip to content

Instantly share code, notes, and snippets.

@bpo
Created December 5, 2009 23:15
Show Gist options
  • Save bpo/249910 to your computer and use it in GitHub Desktop.
Save bpo/249910 to your computer and use it in GitHub Desktop.
# vim: sw=4 sts=4 et si filetype=gitconfig
[user]
name = Brian P O'Rourke
email = bpo@somnambulance.net
[color]
status = auto
diff = auto
branch = auto
interactive = auto
[alias]
st = status
ci = commit
co = checkout
lstat = log --stat --summary
# summary statistics
ss = diff --shortstat
fs = diff --stat
# svn interaction
spull = !git-svn fetch && git-svn rebase
spush = !git-svn dcommit
[github]
user = bpo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment