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

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -