From 9e28a886b65974ff692b90d383e3f0635c34991c Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 5 Jun 2012 12:36:48 +0200 Subject: .gitconfig: Tweak `ca` alias Thanks to @necolas! https://github.com/mathiasbynens/dotfiles/commit/15d4c9583d66be40a497706134b637e8c1f10ae6#commitcomment-1416521 --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 2b47b16..518ae65 100644 --- a/.gitconfig +++ b/.gitconfig @@ -10,7 +10,7 @@ # Clone a repository including all submodules c = clone --recursive # Commit all changes - ca = !git add . && git add -u && git commit -av + ca = !git add -A && git commit -av # Switch to a branch, creating it if necessary go = checkout -B # Show verbose output about tags, branches or remotes -- cgit v1.2.3