Gangmax Blog

Git Stash

From here and here.

The “stash” command of Git is very useful when you want to save some temporary changes without making a commit, and use them later. Here some commands for typical scenarios.