Day 11 - More on Git Commands & Concepts
REBASE
Rebase will simply drop merge commits from the todo list, and put the rebased commits into a single, linear branch.
In other words, Rebasing is the process of combining or moving a sequence of commits on top of a new base commit. Git rebase is...
sharmasmriti.hashnode.dev7 min read