Comment savoir si Therre est quelque chose à tirer
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