From 1c43791e24b5ba3f5f2c9c947124fcd5b5411b13 Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 13 May 2021 11:18:54 +0800 Subject: [PATCH] add new arg to commit --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 93899c6..75f7db3 100644 --- a/.gitconfig +++ b/.gitconfig @@ -13,7 +13,7 @@ [alias] d = difftool co = checkout - ci = commit + ci = commit -v l = log --oneline --graph --all ls = log --graph --pretty=format:\"%h <%an> %ar %s\" --all st = status