From 3b5183931f7822e65479f0d976f6c1cb92171d0d Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 19 Oct 2019 21:05:59 +0200 Subject: [PATCH] Add 'git c' alias --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index dd8fce4..d2c0da1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,6 +6,7 @@ lg = "log --color --graph --pretty=format:'%Cred%h%Creset [%G?]%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" ri = rebase --interactive --autosquash st = status + c = "commit -v" [branch] autosetuprebase = always