$ git fetch origin [Your remote branch]fetch does not change anything in your local repository, only updates the information against the branch selected.
Check differences with diff:
$ git diff origin/[Your remote branch]
$ git fetch origin [Your remote branch]fetch does not change anything in your local repository, only updates the information against the branch selected.
$ git diff origin/[Your remote branch]
0 comments:
Post a Comment