Git by Patrik

Get changes from master

Someone made changes to the master branch while I was working on my own feature branch

git commit ... # commit your changes
git rebase origin/master

Comments

Leave a Comment

All fields are required. Your email address will not be published.