Skip to content

Instantly share code, notes, and snippets.

@benjaminparnell
Created July 23, 2014 21:37
Show Gist options
  • Save benjaminparnell/bbacaa599ce67895ce66 to your computer and use it in GitHub Desktop.
Save benjaminparnell/bbacaa599ce67895ce66 to your computer and use it in GitHub Desktop.
[alias]
c = commit -am
up = pull
p = push
s = status -s
df = diff --color --color-words --abbrev
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[color]
ui = always
[apply]
whitespace = fix
[core]
excludesfile = ~/.gitignore
attributesfile = ~/.gitattributes
whitespace = fix,space-before-tab,tab-in-indent,trailing-space
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[merge]
log = true
[user]
email = benjaminparnell.94@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment