aboutsummaryrefslogtreecommitdiffstats
path: root/git/config
diff options
context:
space:
mode:
Diffstat (limited to 'git/config')
-rw-r--r--git/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/config b/git/config
index b9be8fe..b3d486a 100644
--- a/git/config
+++ b/git/config
@@ -14,6 +14,7 @@
follow = log --oneline --follow --stat --summary --
last = log -1 HEAD
lg = log --oneline --decorate
+ lol = log --oneline --graph --decorate --all
mend = commit --amend --reuse-message HEAD
mrproper = !git reset --hard HEAD && git clean -fdx
ours = !git checkout --ours $@