Excellent Resource On Git Rebase — Tentamen Software Testing Blog

Karlo Smid
Feb 3, 2021
master commits after the merge with rebase option

TL;DR

The trouble with git starts when you need to use some of its advanced features, like git rebase the command line. I am still on a happy path where I use git rebase in Github GUI when I do a feature branch merge into the master. Doing that, all commits from the feature branch are copy/pasted to master branch commits. But there are cases when you do need to update your commit. Post git rebase in depth explains it in great detail.

Originally published at https://blog.tentamen.eu on February 3, 2021.

--

--