Question d’entretien chez Capgemini

Difference between git pull and git fetch.

Réponse à la question d'entretien

Utilisateur anonyme

10 mars 2022

git fetch just fetch the changes from the remote repo to local repo. git pull fetch the changes from remote repo to local repo and merges into current working branch