What is the difference between git pull and git fetch + git rebase?

Viewed 168326

Another question says that git pull is like a git fetch + git merge.

But what is the difference between git pull and git fetch + git rebase?

2 Answers
Related