simply say
git stash
It will remove all your local changes. You also can use later by saying
git stash apply
or git stash pop
simply say
git stash
It will remove all your local changes. You also can use later by saying
git stash apply
or git stash pop