Pregunta de entrevista de Capgemini

Difference between git pull and git fetch.

Respuesta de la entrevista

Anónimo

10 mar 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