23
votes
2answers
15k views

GIT merge master into a branch

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 ...