Is there a way to accumulate a commit message with git while examing changes?
Posted
by carleeto
on Stack Overflow
See other posts from Stack Overflow
or by carleeto
Published on 2010-05-09T22:52:33Z
Indexed on
2010/05/09
22:58 UTC
Read the original article
Hit count: 251
I use "git add -p" to stage my changes. What I'd like to be able to do is to accumulate a commit message as I'm examining my changes and then when I call "git commit", it is already filled out for me and allows me to make changes before I commit.
Now, its easy to do with git gui by simply examining the changes and editing the commit message text box accordingly, but I'm a command line guy and was wondering if this is possible at the command line.
© Stack Overflow or respective owner