Hello.

I think one good solution is to use git stash.

git stash push --all :/
make index (or operation that requires a clean tree of some kind)
git stash pop

Regards.


Reply via email to