Skip to content

Instantly share code, notes, and snippets.

@tomgidden
Last active December 14, 2015 12:08
Show Gist options
  • Save tomgidden/5083797 to your computer and use it in GitHub Desktop.
Save tomgidden/5083797 to your computer and use it in GitHub Desktop.
[user]
name = Tom Gidden
email = [email protected]
[alias]
unadd = reset HEAD
treelog = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d %C(bold blue)<%an>%Creset %s %Cgreen(%cr)' --abbrev-commit
cmplist = rev-list --cherry-mark --left-right --no-merges
cmplog = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d %C(bold blue)<%an>%Creset %s %Cgreen(%cr)' --abbrev-commit --cherry-mark --left-right --no-merges
cmpdiff = diff --cherry-mark --left-right --no-merges
[color]
ui = auto
[core]
pager = less -+ -FRX
autocrlf = input
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment