From e14c0eeef2fa750f122ba616f467345c5225c283 Mon Sep 17 00:00:00 2001 From: masterzu Date: Wed, 12 Dec 2018 10:35:12 +0100 Subject: [PATCH] git: add c alias to commit --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 634c1bb..236e3b9 100644 --- a/.gitconfig +++ b/.gitconfig @@ -9,6 +9,7 @@ s = status --short --branch ll = log --graph --decorate --pretty=format:'%C(yellow)%h %Cred%ad %Cgreen%d %Creset%s' --date=short --all dw = diff -w + c = commit [color] ui = true