DEV Community

Discussion on: Git Branching, Step-by-Step

Collapse
 
jrock2004 profile image
John Costanzo

So are you saying that git pull origin master is not required? Why would I pull master locally then just push my branch up?

Thread Thread
 
thadevelyouknow profile image
Funda

git pull origin master is being executed again at step 5. when you push to your branch it creates the pull request on the github website.