How to search for a particular commit #24773
Answered
by
airtower-luna
julienroyd
asked this question in
API and Webhooks
-
Hi, I want to find a particular commit in a repository’s page to see if there are associated pull requests. How do I do that? I have the commit hash but I can’t find any search-bar to navigate to that commit’s page? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
airtower-luna
Apr 23, 2021
Replies: 2 comments 1 reply
-
I’m not sure about the search, but if you have the commit ID you can construct the URL for the commit page like this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected
-
Thanks that works as a workaround |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I’m not sure about the search, but if you have the commit ID you can construct the URL for the commit page like this:
https://github.com/{user}/{repo}/commit/{commit-id}