`-a` option to commit causes many troubles to me.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 20 Jun 2017 13:40:26 +0300
changeset 862 24c14627e34b
parent 861 4d8e47e0ee00
child 863 49ba5fd168c0
`-a` option to commit causes many troubles to me.
.gitconfig
--- a/.gitconfig	Mon Jun 12 11:22:47 2017 +0300
+++ b/.gitconfig	Tue Jun 20 13:40:26 2017 +0300
@@ -6,7 +6,7 @@
 
 [alias]
 br = branch
-ci = commit -a
+ci = commit
 co = checkout
 cp = cherry-pick
 graph = log --graph --oneline --decorate