Skip to content

Instantly share code, notes, and snippets.

@elwinar
Last active August 29, 2015 14:11
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 elwinar/2bb5de28110724e394e4 to your computer and use it in GitHub Desktop.
Save elwinar/2bb5de28110724e394e4 to your computer and use it in GitHub Desktop.
Elwinar's git configuration
[alias]
lo = log --graph --pretty=format:'%C(red)%h%C(reset) -%C(yellow)%d%C(reset) %s %C(green)(%an) %C(blue)<%cr>%C(reset)'
st = status
co = checkout
up = pull
ci = commit
br = branch
hunt = log --diff-filter=A --
[color]
ui = true
[core]
editor = vim
pager = most
[pull]
rebase = true
[push]
default = simple
[merge]
ff = false
[user]
name = Romain Baugue
email = romain.baugue@elwinar.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment