GitHub - find commit request related to commit

I am trying to find a request for a previous request to see what comments / actions were made on a specific issue.

I know the file and the changes, so I can go to the command that introduced it by looking at the guilt. However, I cannot find a way to look at the pull request that first clicked on this thread.

Is there any way to do this? Or do I need to go down a strip of memory and manually view past pull requests?

+4
source share
1 answer

You can filter your traction requests based on the SHA commit - see here

SHA , , SHA. , SHA .

:

e1109ab SHC, e1109ab.

0eff326d6213c: SHA, 0eff326d6213c.

+2

All Articles