From 98172e2d0dc494edc3a323814ea7b4356fa64515 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 7 Dec 2015 20:20:42 +0000 Subject: [PATCH] gitconfig: More log aliases --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index e152dbe..b1c0bca 100644 --- a/.gitconfig +++ b/.gitconfig @@ -14,6 +14,8 @@ create-new-branch = checkout -b # Add a commit that fixes another (to be used with `rebase -i`). fixup = commit --fixup + ll = log --oneline --stat + ls = log --oneline --decorate noff = merge --no-ff staged = diff --staged undo = reset --hard