It is possible that I have several branches
--develop
---foo
---bar
And for example, I have changes in foo
, but I want to go to , bar
but WITHOUT committing the changes in foo
, is there a way to save them "temporarily" without the need for them to appear in the commit history ?