Git merge, rebase and extras
Both git merge and git rebase are used to integrate the changes from one branch into the other branch. We usually create a feature branch - make the code changes in form of commits and then either merge or rebase it into master. See the below image w...
Sep 11, 20204 min read954
