aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 1 insertions, 1 deletions
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