<aside> 📽️ Check out the video recording of this talk over on my website.
</aside>
In Git, there are two main ways to integrate changes from one branch into another: the merge
and the rebase
. But rebase can give you other super powers than just merging one branch into another...