Skip to content

Instantly share code, notes, and snippets.

@stjernstrom
Created September 14, 2015 06:33
Show Gist options
  • Save stjernstrom/07820a45b633245e5ad5 to your computer and use it in GitHub Desktop.
Save stjernstrom/07820a45b633245e5ad5 to your computer and use it in GitHub Desktop.
[user]
name = xxx
email = xxx@xxx.xxx
[alias]
co = checkout
st = status
pd = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%an - %cr)%Creset' --abbrev-commit --date=relative production..
sd = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%an - %cr)%Creset' --abbrev-commit --date=relative staging..
[color]
ui = auto
[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
[color]
ui = true
[color "diff"]
whitespace = red reverse
[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
editor = vim
[github]
user = xxxx
token = xxxxx
[push]
default = simple
[pull]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment