Post
Topic
Board Development & Technical Discussion
Re: How to create a PULL request
by
LMGTFY
on 31/03/2011, 14:31:23 UTC
Code:
git commit -a -m "Check out my awesome bugfix"

This way you won't end up in Vim (and freak out). This is more usefull for shorter commit messages though.
...or you could just tell git what editor you'd prefer!