Git Fetch and Git Pull

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

To those who don't understand this video, I think it's possible that you may be very new to git in which case this video is not really going to help. You already need to have some understanding of what remote repositories and local repositories are and what branching and merging is.

I for one did find this video very useful and concise

saadhaider
Автор

Doesn't really explain the point of fetch then.

JamieHouseman
Автор

Great tutorial. I was missing the point of how a pull does the merge. This is different than checkout and having your local branch wiped out. Cool.

StevePlaysBanjo
Автор

thank you sir, a very detailed video.. It cleared many doubt.
Few questions:
1) is there any way we can get git fetched items?
2) Also I noticed that after git fetch, branch name had changes. is it related to git fetch?

namanallawadhi
Автор

I still don't understand first you said fetch updates your master branch so that it is now in sync with the remote master branch. But then right after you say that it doesn't actually update anything... so which is it? Does fetch update something or does it not? That's the confusing part I have not been able to understand yet

MathGeekQ
Автор

I was trying to undesrtand what git fetch exatcly doeas but I didn't get it from this tutorial. Thanks anyway for your effort.

sirio
Автор

Helpful and clear explanation. Thanks

angelanorris
Автор

Does that mean fetch does not actually update local branch? If so then that command is actually useless

voilin
Автор

Hot tip for explaning new vocabulary: Don't use 20 other new words together with it so that nothing is clear.

DIProgan
Автор

So git fetch downloads the updates, and git pull applies the updates?

Luingus
Автор

Just wanna know what happens to the files after fetch. where do they stored?

tharakakarunarathne
Автор

So if I'm getting it right:
fetch - checks out new changes, without overwriting your local files
pull - pulls new changes from remote and updates your local files

ThatOpinionIsWrong
Автор

Could improve presentation by using a larger font and better contrast between foreground characters and the background

DennisAllard
Автор

And one question what in discard in git???? if anyone knows please give me the answer and how can I execute pull, fetch and discard code by java.

nikhilnare
Автор

so, git pull == git fetch + git rebase ?

azenkwed
Автор

hey bro how I can change my code source in all my users if anyone open my tool, my tool its update automatically pleas bro I need this

pythonlife
Автор

Git branch doesn't list what branch you are currently on, it lists all existing branches.

danieller.
Автор

how can you write git branch our there in your code

nikhilnare
Автор

you didn't explain what does git fetch reall do, you just executed the command ---git fetch

MeetManga
Автор

Talks super fast !This is not an explanation!

Anaris