How to rebase your branch on master
Before starting to explain how to rebase your branch on another branch (master for us), let us first understand what is a rebase and why we should use it. Imagine you are working on a branch called my-branch, and you pushed some commits. However, the master branch is evolving at the same time and contains …