git pull - Git: How to check if a local repo is up to date? - Stack Overflow
Try git fetch --dry-run
The manual (git help fetch
) says:
--dry-run Show what would be done, without making any changes.
Read full article from git pull - Git: How to check if a local repo is up to date? - Stack Overflow
No comments:
Post a Comment