How to check for changes on remote (origin) git repository?
- by Lernkurve
Question
What are the Git commands to do the following workflow?
Scenario: I cloned from a repository and did some commits of my own to my local repository. In the meantime, my colleagues did commits to the remote repository. Now, I want to:
Check whether there are any new
commits from other people on the
remote repository, i.e. "origin"?
Say…