On Donnerstag, 23. April 2009, Andrei Pelinescu-Onciul wrote:
> You can use git stash to save your not yet commited changes, e.g.:
>
> git stash "my tmp changes"
Hi Andrei,
git stash works fine, now it works with "--rebase".
Henning