SyntaxFix
Write A Post
Hire A Developer
Questions
Other way which I found useful is:
git checkout <wildcard>
Example:
git checkout *.html
More generally:
git checkout <branch> <filename/wildcard>