From 7146c8152006e3cc85124955ea418d36b577087b Mon Sep 17 00:00:00 2001 From: hedy Date: Thu, 10 Nov 2022 13:21:24 +0000 Subject: [PATCH] Git: Add alias `cm = commit -m` --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 02c9d29..df2818a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -33,6 +33,7 @@ cam = commit -am # rarely used; cav and cv are now my best friends :> cav = commit -av cv = commit -v + cm = commit -m coops = commit --amend --no-edit # commit... oops! pushall = !git remote | xargs -L1 git push --all # Same as pushall but not for all branches