I have been developing a new feature on a new branch, on the side I have commited quite a few changes on my master branch. I would like to know if it's possible to merge the master branch in my new branch to keep it up to date so I wont have too many merge conflict when my new feature is finished?
Thanks for your help