How do I use `git commit -v` with `git rebase -i`
When doing a git rebase -i
and, say, squashing two commits together, Git will bring up an editor with the commit messages in it for me to edit.
How to “rebase” within a branch to an older commit?
I am using commits to push/pull untested and unfinished code to a private, personal work-in-progress remote repo. That is, these commits serve only to synchronize across devices that I’m working on the code on.