-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
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
git open commit #125
Comments
Good idea! But somebody has to do it 😉 |
It should be able to auto-detect (see if the commit exists) maybe? Instead of having a flag for it |
Feature request: |
Pull request #144 added this option:
As documented it is only for the current commit; trying to open a commit with an explicit value results in an error:
And We may have to change the way the current commit works, or even with the flag do what derimagia said and check values so that existing commits aren't misinterpreted. |
PR #155 allows me to pass a specific commit hash |
Does anyone still need this feature? |
done in #skypesky/to-where-cli#45 npm cli: npmjs.com/package/to-where-cli |
How about
git open --commit xxxx
?The text was updated successfully, but these errors were encountered: