sublime-text-git icon indicating copy to clipboard operation
sublime-text-git copied to clipboard

View arbitrary file on a different branch?

Open AlexVPopov opened this issue 7 years ago • 0 comments

If I work on file A on branch X, but I need to consult with the contents of file B on branch Y, how can I do that with the plugin?

In the command line, I'd do that with git show Y:path/to/file/B.

It would be very nice to be able to display the contents of file b form branch Y in a tab.

Thank you very much.

AlexVPopov avatar Nov 21 '18 10:11 AlexVPopov