SyntaxFix
Write A Post
Hire A Developer
Questions
Use git stash
git stash
It pushes changes to a stack. When you want to pull them back use
git stash apply
You can even pull individual items out. To completely blow away the stash:
git stash clear