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 reposit
I just use
git remote update git status
The latter then reports how many commits behind my local is (if any).
Then
git pull origin master
to bring my local up to date :)