Domanda di colloquio di Illumina

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

Risposta di colloquio

Anonimo

15 dic 2021

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

3