正在加载视频...

视频加载失败

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. 🙏

相关视频