Skip to content

Instantly share code, notes, and snippets.

@Lecarvalho
Last active January 19, 2022 14:35
Show Gist options
  • Save Lecarvalho/19dc840506b64535a0cb3a29ad12b908 to your computer and use it in GitHub Desktop.
Save Lecarvalho/19dc840506b64535a0cb3a29ad12b908 to your computer and use it in GitHub Desktop.
if the changes are not shown on the pull request (file is too large)
git checkout BRANCH-TO-MERGE
git pull
git checkout PR-BRANCH-NAME
git diff BRANCH-TO-MERGE (often main/master/develop)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment