git - How to get commits from remote master to local branch -
before down voting or marking duplicate, let me explain situation. i've remote branch qr-frontend have local branch qr-frontend. need changes master local qr-frontend branch. i'm trying merge branch master remote , pull request.
i tried following:
git checkout qr-frontend git fetch origin git merge origin/master but when try last command, lot of conflicts on files made changes after last merge.
can me correct flow? also, how keep local branch updated master remote?
Comments
Post a Comment