Skip to content

Commit

Permalink
Add -v option to ci alias.
Browse files Browse the repository at this point in the history
I did this so that my diff would be included in Vim when writing commit
messages. This is extremely useful for referencing when writing good commit
messages.
  • Loading branch information
drewdeponte committed May 24, 2014
1 parent 5f771af commit 67b9bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitconfig
Expand Up @@ -7,7 +7,7 @@

[alias]
st = status
ci = commit
ci = commit -v
co = checkout
di = diff
dc = diff --cached
Expand Down

0 comments on commit 67b9bd9

Please sign in to comment.