How to Push and Pull from a Remote Repository | Git & Source Control #5

preview_player
Показать описание
Unlock the essentials of interacting with a remote repository in Git through our comprehensive tutorial. Learn how to push your local changes to a remote repository and pull updates from it, ensuring your projects are up-to-date and collaborative work flows smoothly. This guide is perfect for developers seeking to enhance their version control strategies and Git proficiency.

🤙 WELCOME BACK 🤙

🤙 #KEEPGOING 🤙

01:51 Welcome back!
02:37 What is push and pull?
04:02 Understanding ahead or behind commits
05:39 How to push
08:26 Getting familiar with pushing
09:44 How to pull
11:47 Out of date branches
13:28 Pulling updates
14:14 Getting familiar with pulling
15:39 Wrapping up!
Рекомендации по теме
Комментарии
Автор

I wonder what happens when developer B adds file B that depends on the behavior of file A, but file As behavior is being changed locally by developer (A) at the same time. when developer A attempts to push their changes, they may be able to resolve this (from gits perspective) using the methods you’ve described, but the project wont build and dev A will have to fix/update dev Bs code.

derfiemcgoo