From 37a431ccfd56d5588d51f4fa8678c29d71308b8b Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Mon, 19 Sep 2022 22:52:45 +0800 Subject: Update git config --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 8d5d6e8..6b2360d 100644 --- a/.gitconfig +++ b/.gitconfig @@ -14,7 +14,7 @@ excludesFile = ~/.gitignore attributesfile = ~/.gitattributes [alias] - ap = !git add -N . && git add --patch + ap = add --patch # commit ci = commit -v @@ -32,8 +32,8 @@ who = blame - rmc = rm --cached untrack = rm --cached + unstage = restore --staged lo = log --oneline --graph --decorate loa = log --oneline --graph --decorate --all -- cgit v1.2.3