Git PULL vs FETCH

preview_player
Показать описание
.

----

In this video tutorial we'll discuss Git fetch and pull, and learn essential use-cases for each. Both pull and fetch are critical collaboration operations uses to sync commits between local and remote repositories. In additional to code samples, this video also covers pros/cons and the three most common Git pull configuration options: --ff-only, --ff and --rebase.

CHAPTERS
0:00 Intro
0:13 The difference between Git Fetch and Pull
1:51 Why use Fetch vs Pull?
3:02 Pull merging strategies
3:28 git pull --rebase
4:04 git pull --ff
4:42 git pull --ff-only
6:05 Review

Рекомендации по теме
Комментарии
Автор

You are the git goat with your visualizations.

shoooozzzz
Автор

My guy at the very beginning when you described git pull as being a combination of fetch and merge...it already instantly clicked for me xD thank you!

daymenpasick
Автор

Amazing man! Please don't stop making videos like this!

bilalnaseem
Автор

I first seen your merge vs rebase a couple days ago and it really helped explain. Youtube seemed to agree and recommended me this straight after uploading (im not subscribed), and again really helpful video. Gonna have to check out more!

CentreMetre
Автор

Fantastic explanation, resolved all my confusion about merging. Thanks

mehdizahedi
Автор

You always have great videos. Keep it up!

hrahman
Автор

This is a clear explanation. Very good.

coreC..
Автор

1:00-1:05 "... my local main branch hasn't changed". Light bulb on.

chrism