If you are like me, you often want to rebase, or pull from a repo but have a bunch of local changes you don’t want to commit (yet) but also don’t want to lose, well git-stash is your answer.
This is really handy when working on Koha, you don’t have to muck around with local commits that get in your way when you are making patches to send upstream.