Question d’entretien chez Illumina

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

Réponse à la question d'entretien

Utilisateur anonyme

15 déc. 2021

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

3