Created
February 2, 2017 19:16
-
-
Save batisteo/d299bba2beec2cdb0ca4bdc03c9e1d98 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Baptiste Darthenay | |
email = [email protected] | |
[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