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
It seems that gl diff only accepts files as arguments. So to diff two branches, I have to move HEAD back and forth?
gl diff
gl switch b gl branch -sh a gl diff gl branch -sh 2b5ec99
If I do not want to memorize or copy-paste the revision hash, I need to create a branch as a bookmark, then delete it afterwards.
gl switch b gl switch -c tmp gl branch -sh a gl diff gl branch -sh tmp gl branch -d tmp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that
gl diff
only accepts files as arguments.So to diff two branches, I have to move HEAD back and forth?
If I do not want to memorize or copy-paste the revision hash,
I need to create a branch as a bookmark, then delete it afterwards.
The text was updated successfully, but these errors were encountered: