jefflembeck’s avatarjefflembeck’s Twitter Archive—№ 13,356

        1. …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.
      1. …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
    1. …in reply to @jefflembeck
      @rileyrileyrose rebase allows me to squash my commits and to pare them down into pieces that people can understand.
  1. …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
    1. …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