summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-12-13 11:19:01 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-12-13 11:19:01 -0800
commit0647a53f9f30e2b7e6152d801302a3899988db4c (patch)
treecbe2c068440433f2cfbc630cd5551b3365c7f693
parent[bash] Set editor to vim and new alias for ctags. (diff)
downloademacs.d-0647a53f9f30e2b7e6152d801302a3899988db4c.tar.gz
[git] update alias for commit
I want to see what's going to be commited.
Diffstat (limited to '')
-rw-r--r--gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig
index c528fea..267dcd4 100644
--- a/gitconfig
+++ b/gitconfig
@@ -7,7 +7,7 @@
 [alias]
 	amend = commit --amend
 	br = branch
-	ci = commit
+	ci = commit -v
 	co = checkout
 	pr = pull --rebase
 	st = status -sb