Skip to content

Instantly share code, notes, and snippets.

@reuven
Created December 30, 2013 07:05
Show Gist options
  • Save reuven/8178782 to your computer and use it in GitHub Desktop.
Save reuven/8178782 to your computer and use it in GitHub Desktop.
[user]
name = Reuven Lerner
email = reuven@lerner.co.il
[color]
branch = auto
diff = auto
interactive = auto
pager = true
status = auto
ui = auto
[help]
autocorrect = 1
[apply]
whitespace = strip
[push]
default = current
[alias]
review = !"git log master..origin/master"
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
squash = grep -i squash
[core]
editor = emacsclient
excludesfile = /Users/reuven/.gitignore
[gui]
recentrepo = /Users/reuven/LS/Projects/nlcommons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment