Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

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 Aufrufe • vor 2 Jahren •via X (Twitter)

5 Kommentare

Profilbild von deepPurple
deepPurplevor 2 Jahren

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 😑

Profilbild von Abdellah
Abdellahvor 2 Jahren

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?

Profilbild von Deisbel (Sr. Software Developer)
Deisbel (Sr. Software Developer)vor 2 Jahren

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?

Profilbild von Who Am I
Who Am Ivor 2 Jahren

+

Profilbild von Python Space
Python Spacevor 2 Jahren

Very well explained with great visuals. 🙏

Ähnliche Videos