SyntaxFix
Write A Post
Hire A Developer
Questions
Supplemental to VonC's and chhh's answers.
git show experiment:path/to/relative/app.js > app.js # If your current working directory is relative than just use git show experiment:app.js > app.js
or
git checkout experiment -- app.js