Skip to content

Instantly share code, notes, and snippets.

@batisteo
Created February 2, 2017 19:16
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 batisteo/d299bba2beec2cdb0ca4bdc03c9e1d98 to your computer and use it in GitHub Desktop.
Save batisteo/d299bba2beec2cdb0ca4bdc03c9e1d98 to your computer and use it in GitHub Desktop.
[user]
name = Baptiste Darthenay
email = baptiste@darthenay.fr
[color]
ui = auto
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
df = difftool --dir-diff
mg = mergetool
lg = log --color --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[diff]
tool = meld
[merge]
tool = meld
[push]
default = simple
[core]
excludesfile = /home/batisteo/.gitignore_global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment