.gitconfig: Make git ca remove deleted files, too

This commit is contained in:
Mathias Bynens
2012-04-23 10:50:16 +02:00
parent 5791f66379
commit 71e318cb0c
+1 -1
View File
@@ -10,7 +10,7 @@
# Clone a repository including all submodules
c = clone --recursive
# Commit all changes
ca = commit -a
ca = !git add . && git add -u && git commit -a
# Switch to a branch, creating it if necessary
go = checkout -B
# Undo a `git push`