Learn Git from Scratch - Fetch and Pull from Origin

preview_player
Показать описание
:: Support Me ::

Part 6
Learn Git from Scratch
Fetch and Pull from Origin

:: Tutorial Series ::

:: My Website ::

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

Perfect explanation without causing any confusion. Thanks. Please do more videos.

tunasalad
Автор

I had an issue today at my job as an intern where I needed to push my local changes to the live website. I merged my dev branch into master and then I tried to git push but I didn't work because somebody else made commits on Master branch(I know that now cause I just watched this video), so someone else did git pull for me and I didn't know what was he was doing. Thanks to this video now I'm capable of now what happened this morning. Thanks, Alessandro.

scuraluis
Автор

Amazing explanation! You solve my months of confusion!

jasonhuang
Автор

more lessons about Git!!! ThankYou Alex!

aleksandrnadtochyi
Автор

Thank you so much . Now my confusion got resolved. Thank you

sundargautamofficial
Автор

learnt something new and something extremely important

HK-swvi
Автор

Thank you.. I still confused but this kinda help

yzwbris
Автор

What I understood from this video is that pull pulls the changes other developer pushed to github and I don't have localy, and fetch brings to me the branches that are not exist in my local repo .

abdelkrimeljaouhari
Автор

Excellent. Thank you. Question: What if I create a branch locally, and the remote origin master is updated. Would a pull update (and merge) the contents from the remote origin master into my local branch?

EdwardSileo
Автор

So pull is to pull all the updates on branches that I do have locally, and fetch is to get all the branches that I don’t have locally. Would that be a correct assumption? Thank you.

frankiel
Автор

At ~6:50, you said we have to do `git fetch remote-branch-name` ... but without creating local `Contact` branch manually, if we simply type `git pull` then won't that remote `Contact` branch automatically be created in our local machine? Thanks!

milan_shah
Автор

What is the difference between doing a "git pull origin contact" and "git fetch origin contact". Both are ideally gonna bring the contents of the remote repo contact branch into local right?

sreedevvarma
Автор

suppose i have a local main branch called 'master'. then i create a local branch from that called 'feature-one', and make lots of changes.

if check out 'master' and execute 'git pull', what happens (or what are it's impacts) to my 'feature-one' branch?
if there are conflicts, how can i bring those updates to 'feature-one'?

reclee
Автор

best tutorial I've ever seen about git fetch ! Thank you sir

devstefancho
Автор

Thank you for the examples that you used in the video. They are helpful!

tyleratkami
Автор

Thanks, good video, in min 0:38 you say that you are in bitbucket but I see github :)

ricardovoegeli
Автор

DId he run the fetch command at the end or just shown us?

tharakakarunarathne
Автор

simple and to the point example, help me a lot, thanks you!

anibus
Автор

You are an awesome teacher, thank you.

OddBallTrails
Автор

But what is the meaning of git pull is followed by git fetch and git merge ?

AlokTripathi