
Git from the Bottom Up – Rebasing
Coding Blocks
00:00
What's a Rebase Right?
A rebase is when you merge two branches together. It's how to transform them to where they work, right? To where whatever's in your feature is now merged. And so that commit tells o get what it needs to do to make all your work in your feature branch work on top of trunk. The important part here is, if you just think about two lines being drawn, right? Like trunk is your first line. Branch im literally branched off that and was a parallel line running next to trunk. What we're talking about is, at the very end of these things now, you're going to have a commit that points to he the end of both of those.
Transcript
Play full episode