Sollicitatievraag bij Illumina

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

Antwoord op sollicitatievraag

Anoniem

15 dec 2021

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

3