How Git Rebase works

Rebase helps to change the history to branch source commit. Scenario: Let’s take branch “main” and the current sprint “Sprint1”. Planned to implement two features in the current sprint. Then, the developer will create a new branch from the main for each feature and make a commit. Later planned to postpone feature 2 to the […]

How Git Rebase works Read More »