diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-13 23:17:52 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-13 23:17:52 +0200 |
commit | 803619c79c18d107a7c004ddb32e02cc129523f6 (patch) | |
tree | b12562ed14ec75eb635965d1558d155badd40458 /git/config | |
parent | fae4798017cb0460083fba63fa285cecda5eb6be (diff) | |
download | dotfiles-803619c79c18d107a7c004ddb32e02cc129523f6.tar.xz |
git: add lol alias
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'git/config')
-rw-r--r-- | git/config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 $@ |