Usually when you develop on some feature, you create a dedicated branch that starts from your main development line, usually master
. However, the longer you work on your feature branch, the bigger the final merge will be. In this lesson we’re going to take a look at how you can regularly update your feature branch with the latest changes by using rebase
.