Git Stash is Sweet

February 16th, 2008

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!

Sorry, comments are closed for this article.