Last active
August 1, 2024 09:14
-
-
Save dizzersee/73db604779ad39e5d22e6f8016b77635 to your computer and use it in GitHub Desktop.
Git pull dry run
This file contains hidden or 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
# Dry run | |
git fetch origin master | |
git diff --name-status HEAD..origin/master | |
# Finally merge | |
git merge origin/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment