diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-10-19 11:52:33 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-10-19 11:52:33 +0200 |
commit | 9baadcd9446c7c444b6e150a006ba3e7625cc4ce (patch) | |
tree | 9c6c35ffbce87f2cba27b7f3ebda57d5e6f93f26 /.gitconfig | |
parent | 581ad6fa0e3651734d8a625de608ba5b776a2f9c (diff) | |
download | dotfiles-9baadcd9446c7c444b6e150a006ba3e7625cc4ce.tar.gz dotfiles-9baadcd9446c7c444b6e150a006ba3e7625cc4ce.tar.xz |
gitconfig: add refl alias
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ sup = log --all --graph --pretty=format:'%Cblue%h%C(yellow)%d %Creset%s %Cgreen(%cr) %Cred%an%+b' sp = show --stat -p mff = merge + refl = reflog --date=relative [merge] tool = vimdiff [push] |