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
tree/BRANCH
Based on the README I would expect
git open -s pulls -p > https://github.com/TRACKED_REMOTE_USER/CURRENT_REPO/pulls
but instead I'm seeing
git open -s pulls -p > https://github.com/TRACKED_REMOTE_USER/CURRENT_REPO/tree/BRANCH/pulls
I installed via npm
npm install --global git-open npm view git-open | grep latest > latest: 3.0.0
Is there some config I need to adjust?
The text was updated successfully, but these errors were encountered:
I think this could be fixed by adding an elif to line 182, but someone could probably fine more elegant logic than I
elif
elif [ "$suffix" ]; then TRUE
Sorry, something went wrong.
bump
No branches or pull requests
Based on the README I would expect
but instead I'm seeing
I installed via npm
Is there some config I need to adjust?
The text was updated successfully, but these errors were encountered: