Skip to content

Instantly share code, notes, and snippets.

@Floby
Created July 10, 2013 11:51
Show Gist options
  • Save Floby/5965654 to your computer and use it in GitHub Desktop.
Save Floby/5965654 to your computer and use it in GitHub Desktop.
git config
[user]
name = Florent Jaby
email = fjaby@octo.com
[color]
ui = auto
[core]
whitespace = trailing-space,space-before-tab
[diff]
renames = copies
mnemonicsprefix = true
tool = vimdiff
[alias]
co = checkout
st = status
lg = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold white)— %an%C(reset)%C(bold yellow)%d%C(reset)' --abbrev-commit --date=relative
[merge]
tool = vimdiff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment