Wie man weiß, ob Therre etwas zu ziehen ist
git fetch
git log origin
#and if you want the changes then:
git merge origin
Exuberant Elk
git fetch
git log origin
#and if you want the changes then:
git merge origin