Category: GIT

How To Rebase Git Branch

Here is the scenario where we need rebase. main is the base branch and 2 sub branches add and subtract were created from main. Developer A is working on add and developer B is working on subtract.  Developer A pushed his changes and merged the code to main. But B is still working on his […]