I\'m wondering if it is possible to build git commit messages incrementally, documenting what I\'m doing as I make code changes:
If you really want to do it like this (I don't recommend you to do it that way though), then try this:
git commit
git commit --amend
git commit --amend --reset-author