Git Stash is Sweet

Earlier I mentioned a method of storing away changes in a patch, rebasing and then applying the patch so you don’t have to commit beforehand.

Yesterday Janson found git-stash, and it is sweet.

  1. type “git stash”
  2. do your changes
  3. type “git stash apply”
  4. profit!