-
…in reply to @rileydoestweets
@rileyrileyrose I commit _A LOT_. Basically any time I want to preserve a thought. Sometimes that can mean 30 commits in 40 lines of code.
-
…in reply to @jefflembeck
@rileyrileyrose that being said, once I've got a solution in place and tested and everything passes - I use
git rebase -
…in reply to @jefflembeck
@rileyrileyrose
rebaseallows me to squash my commits and to pare them down into pieces that people can understand. -
…in reply to @jefflembeck
@rileyrileyrose Then I make sure that each of those commits passes the test suite, just in case someone has to find a bug later using bisect
-
…in reply to @jefflembeck
@rileyrileyrose I'll be in next wednesday. If you want a run-through on any of this stuff - just ask! :D