Last active
January 19, 2022 14:35
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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