git fetch vs git pull in Sourcetree | automateNow

Описание к видео git fetch vs git pull in Sourcetree | automateNow

Learn git fetch vs git pull using Sourcetree.

What is git fetch?
It is a command in Git which downloads objects and refs (branches/tags) from another repository.

What is git pull?
The git pull command is used to incorporates changes from a remote repository into the current branch.

Git fetch vs git pull:
While git fetch only lets us know about changes made by others to a repository without actually merging those changes into our local branch, git pull actually attempt to merge said changes. In fact, git pull is a combination of two Git commands--git fetch and git merge.

😀 Subscribe for weekly videos! 👍

📑 CHAPTERS

00:00 ~ Intro
00:16 ~ Scenario description
00:47 ~ Making repo changes on GitHub
01:29 ~ Git fetch
02:48 ~ Git pull
03:51 ~ Git fetch vs git pull

👩‍🎓 COURSES

☕ Java For Absolute Beginners https://bit.ly/learn-java2022

⏯ PLAYLISTS

☑️ Automation Fundamentals https://bit.ly/2QbN7qm
☑️ Automation Tools https://bit.ly/2OFj4qO
☑️ General WebDriver https://bit.ly/2Z3tG7y
☑️ Intro to WebDriver https://bit.ly/3gb5Jlx
☑️ Intermediate WebDriver https://bit.ly/2OBTR0r
☑️ Java https://bit.ly/3sBuI7M
☑️ Selenium 4 https://bit.ly/2VQ1lA9
☑️ Version Control https://bit.ly/3CvHplU
☑️ Web Element Locators https://bit.ly/2QfDGpK

📫 LET'S CONNECT!

☑️ https://linktr.ee/automateNow

🔗 REFERENCES

☑️ Git fetch documentation https://git-scm.com/docs/git-fetch
☑️ Git pull documentation https://www.git-scm.com/docs/git-pull

Credits: "Subscribe button" by MrNumber112 |    • Free Download: Subscribe Button + Not...  

Комментарии

Информация по комментариям в разработке