jak wiedzieć, czy jest to coś, aby pociągnąć

git fetch

git log origin

#and if you want the changes then:

git merge origin
Exuberant Elk