SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to discard the changes,
git checkout -- <file> git checkout branch
If you want to keep the changes,
git stash save git checkout branch git stash pop