Skip to content

Instantly share code, notes, and snippets.

@jjbohn
Created June 20, 2012 14:49
Show Gist options
  • Save jjbohn/2960251 to your computer and use it in GitHub Desktop.
Save jjbohn/2960251 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = John Bohn
email = jjbohn@gmail.com
[core]
excludesfile = /Users/jbohn/.gitignore
autocrlf = input
sparseCheckout = on
[color]
ui = true
[alias]
ribbon = tag --force _ribbon origin/develop
catchup = log --patch --reverse --topo-order _ribbon..origin/develop
[push]
default = nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment