Pergunta de entrevista da empresa Capgemini

Difference between git pull and git fetch.

Resposta da entrevista

Sigiloso

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