Git Fetch Visualized

preview_player
Показать описание
Looking to better understand Git Fetch. Then this tutorial if for you as we dive into the internal changes that take place to your repository when running a Git Fetch.

00:00 Intro
00:30 First user makes changes
02:00 Second user makes changes
03:00 View Git internals for First User
03:40 Perform Git FETCH
04:00 Visualize Git Internals post Fetch
05:40 Perform Git MERGE
Рекомендации по теме
Комментарии
Автор

VisualGit is fantastic! What do we have to do to get it working on macOS and Linux?

WilsonMar
Автор

Can you tell me why git seems to remember and use its “fetch memory” for a deleted local repository? I delete a local branch that was tracking a remote, and when that remote is completely replaced and I check it out and track it locally, I’m getting the original local/remote code (without updates/changes) if I don’t fetch first. Why does this happen? Why does git keep the original outdated branch version after the local branch was deleted? Thank you for you help!

johnd