Created
April 5, 2016 08:17
-
-
Save piroux/43f2745282914857e803477b928c8ad9 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
[web] | |
browser = google-chrome | |
[user] | |
name = Pierre Roux | |
email = [email protected] | |
[color] | |
ui = auto | |
branch = auto | |
diff = auto | |
interactive = auto | |
status = auto | |
grep = auto | |
[core] | |
editor = vim | |
excludesfile = ~/.gitignore_global | |
[merge] | |
tool = vimdiff | |
[alias] | |
st = status | |
ci = commit | |
br = branch | |
co = checkout | |
df = diff | |
sd = ! "git status; echo; echo; git diff" | |
lod = log --graph --decorate | |
lsd = log --graph --decorate --pretty=oneline --abbrev-commit --all | |
lsdd = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative | |
lc = log ORIG_HEAD.. --stat --no-merges | |
ll = log --stat --abbrev-commit | |
one = show -s --pretty='format:%h (%s)' | |
rlog = !sh -c 'git log --color \"$@\"|fmt -s -w 79|less -FRSX' git-rlog |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment