DEV Community

Discussion on: Why are you using 'git pull' ?

Collapse
 
mw44118 profile image
W. Matthew Wilson

I like to use git fetch when I want to study somebody else's contributions locally in a new branch. If I like it, I merge it in. Or maybe I only cherry-pick a few commits.
But git pull is great! Nothing wrong with using it.