Skip to content

Instantly share code, notes, and snippets.

@vxhviet
Last active November 16, 2022 10:50
Show Gist options
  • Save vxhviet/39b2d1db2368f76ce8b074e6e3f8223d to your computer and use it in GitHub Desktop.
Save vxhviet/39b2d1db2368f76ce8b074e6e3f8223d to your computer and use it in GitHub Desktop.

Github - Check which PR contains a commit

  1. In Android Studio, in the file that need to check for change > Right click > Git > Show History
  2. On the history window, right click on a commit > Open on GitHub
  3. On the opened GitHub page look at the URL and copy the commit hash
https://github.com/your_repo/your_project/commit/commit_hash

copy the commit_hash
  1. Paste the commit hash into the Search box and search in this repository
  2. In the search results, select Issues and click on the merged issue > the PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment