From 6ec44eee122dd7ab47d802b3e7db69ae695687cc Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 4 May 2015 23:52:39 +0300 Subject: [PATCH] .gitconfig: remove alias ca to avoid collision with commit -a --- .gitconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 58ff464..67b4834 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,5 @@ [alias] b = branch - ca = commit --amend camend = commit --amend -C HEAD checkin = commit ci = commit -- 2.39.2