Try git fetch --dry-run
The manual (git help fetch) says:
--dry-run
Show what would be done, without making any changes.
Try git fetch --dry-run
The manual (git help fetch) says:
--dry-run
Show what would be done, without making any changes.