Pregunta de entrevista de Illumina

What is the difference between "git fetch" and "git pull"?

Respuesta de la entrevista

Anónimo

15 dic 2021

git fetch will get any new branches created, while git pull will get the latest changes from master

3