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
Calling gh compare while being on a feature branch could take the branch name automatically.
gh compare
For eg, If I am on a branch called docs, when I call gh compare it could excute gh compare docs
docs
gh compare docs
The text was updated successfully, but these errors were encountered:
Yup, that's expected behavior. What do you expect?
Sorry, something went wrong.
Closing. Please reopen if you're expecting different behavior. Also please try out hub 2.2.0: https://github.com/github/hub/releases/tag/v2.2.0-rc1. Moving forward gh will be merged with hub and known as GitHub CLI.
hub
gh
No branches or pull requests
Calling
gh compare
while being on a feature branch could take the branch name automatically.For eg, If I am on a branch called
docs
, when I callgh compare
it could excutegh compare docs
The text was updated successfully, but these errors were encountered: