Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

His issues seem to be mostly:

* If you `git pull`, you don't get the chance to diff between your local branch and what you just fetched and check if you really want to do that merge, using `git fetch` and `git merge` makes it more likely you'll do that check

* Getting used to `git fetch` means if you need to diverge from the straight `git fetch; git merge` workflow (because you want to rebase, or you have a high number of active topic branches floating around) you're already halfway there.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: