Helio's Page

Hello, welcome to my page!

18 May 2022

Git Pull And Fetch

by Helio Rui Ramos Freitas

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

Difference between git pull and git fetch + git rebase

git pull is like running git fetch then git merge

git pull –rebase is like running git fetch then git rebase

https://stackoverflow.com/questions/3357122/what-is-the-difference-between-git-pull-and-git-fetch-git-rebase

tags: