Skip to content

Instantly share code, notes, and snippets.

@rabellamy
Forked from mparker17/config
Created August 16, 2013 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rabellamy/6246572 to your computer and use it in GitHub Desktop.
Save rabellamy/6246572 to your computer and use it in GitHub Desktop.
[alias]
hist = log --pretty=format:\"%C(cyan)%h %C(green)%ad%Creset | %s %C(yellow)%d %C(magenta)[%an]\" --graph --date=short
st = status
stat = status
ci = commit
co = checkout
[color]
branch = auto
diff = auto
grep = auto
interactive = auto
showbranch = auto
status = auto
ui = auto
[color "decorate"]
HEAD = cyan
remoteBranch = red bold
stash = yellow
tag = blue bold
[core]
excludesfile = ~/.gitignore
editor = /usr/bin/vim
[diff]
algorithm = patience
renames = copies
[help]
autocorrect = 3
[pull]
rebase = TRUE
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment