We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: