Skip to content

Instantly share code, notes, and snippets.

@cbrunnkvist
Created February 8, 2012 06:53
Show Gist options
  • Save cbrunnkvist/1766212 to your computer and use it in GitHub Desktop.
Save cbrunnkvist/1766212 to your computer and use it in GitHub Desktop.
dot-gitconfig
[color]
branch = auto
status = auto
diff = auto
[alias]
svn-clone-head = "!f() { git svn clone -`svn log -q --limit 1 $1 | awk '/^r/{print $1}'` $1 $2; }; f"
ll = log --branches --oneline --graph --decorate -n10
aa = add --all
ca = commit --verbose --all
s = status
c = commit -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment