Загрузка видео...

Не удалось загрузить видео

На главную

Git Merge vs. Rebase vs. Squash Commit What are the differences and when should you use each? As I explain in more detail in the video, there are some key distinctions. Git Merge This creates a new commit in the target branch. The new commit ties the histories of...

65,160 просмотров • 2 лет назад •via X (Twitter)

Комментарии: 5

Фото профиля deepPurple
deepPurple2 лет назад

I tried git rebase and end up with unresolved merges (shared project) which doesn’t let me checkout to feature branch with some weird messages like currently rebasing cannot checkout. What am I doing wrong 😑

Фото профиля Abdellah
Abdellah2 лет назад

I contributed to one popular library and the maintainer asked me to do a rebase. It wasn't easy to do because this is a feature of git I have never used it. So, he finally did the rebase for me. This is beneficial content. Please where can more of it be found?

Фото профиля Deisbel (Sr. Software Developer)
Deisbel (Sr. Software Developer)2 лет назад

Good details. Thank you for sharing them. One thing, In 20+ years I have never needed to do a Rebase. I wonder how many of you out there have done anything different of a git merge?

Фото профиля Who Am I
Who Am I2 лет назад

+

Фото профиля Python Space
Python Space2 лет назад

Very well explained with great visuals. 🙏

Похожие видео