Skip to content

Instantly share code, notes, and snippets.

@ceyes
Created October 11, 2014 01:43
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 ceyes/3fdb02f78d0a4602ff53 to your computer and use it in GitHub Desktop.
Save ceyes/3fdb02f78d0a4602ff53 to your computer and use it in GitHub Desktop.
[color]
branch = auto
diff = auto
grep = auto
interactive = auto
status = auto
[alias]
br = branch
ca = commit -a
cm = commit -m
co = checkout
cp = cherry-pick
lg = log --oneline
lp = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen%cr %C(bold blue)<%an>%Creset'
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[branch]
autosetuprebase = always
[branch "master"]
rebase = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment