I\'m adding a feature on master branch. After changing several files, I realize that I need to check the output without my changes.
The way I can think of is:
This is exactly what stashing is designed for.
Basically:
git stash save
git stash pop