I have two branches: master and working. I'm currently on the working branch, but I want to reference a file which only exists in the master branch, without checking out that branch. Is there some shell syntax which lets me reference that file in branch master?
For example:
$ some-tool git:master!some-file.txt