Don't use vim when committing from terminal

This commit is contained in:
yan 2011-12-18 01:22:17 -08:00 committed by Yan Pritzker
parent 5002f51491
commit 33cdf98c49

View File

@ -83,7 +83,7 @@
default = tracking
[core]
autocrlf = false
editor = /usr/bin/vim
editor = /usr/bin/vi
excludesfile = ~/.dotfiles/gitignore_global
[advice]