Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 17
    It's worth noting that saying git pull --rebase is the same as git fetch and git rebase is basically how it is, but it's not exactly semantically equivalent. There are some differences, some of which are explained here. gitolite.com/git-pull--rebase Commented Aug 20, 2015 at 9:47
  • 8
    It's what I would call a "convenient lie," to borrow a phrase from Scott Meyers. It's a good way to explain it regardless. Commented Aug 20, 2015 at 9:49
  • 1
    Very briefly. I can't understand the difference. What so important about fetch? Commented Nov 6, 2019 at 8:36