Skip to main content
edited for readability
Source Link
the Tin Man
  • 160.9k
  • 44
  • 222
  • 308

git pull How to "git pull" from master into the development branch

I have a branch called dmgr2 (development)"dmgr2" in development, and I want to pull from the master branch (live site) and incorporate all the changes into my development branch. isIs there a better way to do this? here

Here is what I had planned on doing, after committing changes:

git checkout dmgr2 git pull origin master 

thisThis should pull the live changes into my development branch, or do I have this wrong?

git pull from master into the development branch

I have a branch called dmgr2 (development) and I want to pull from the master branch (live site) and incorporate all the changes into my development branch. is there a better way to do this? here is what I had planned on doing, after committing changes:

git checkout dmgr2 git pull origin master 

this should pull the live changes into my development branch, or do I have this wrong?

How to "git pull" from master into the development branch

I have a branch called "dmgr2" in development, and I want to pull from the master branch (live site) and incorporate all the changes into my development branch. Is there a better way to do this?

Here is what I had planned on doing, after committing changes:

git checkout dmgr2 git pull origin master 

This should pull the live changes into my development branch, or do I have this wrong?

deleted 2 characters in body; edited tags
Source Link
Mosh Feu
  • 29.5k
  • 18
  • 94
  • 141

I have a branch called dmgr2 (development) and I want to pull from the master branch (live site) and incorporate all the changes into my development branch. is there a better way to do this? here is what I had planned on doing, after committing changes:

 git checkout dmgr2  git pull origin master 

this should pull the live changes into my development branch, or do I have this wrong?

I have a branch called dmgr2 (development) and I want to pull from the master branch (live site) and incorporate all the changes into my development branch. is there a better way to do this? here is what I had planned on doing, after committing changes:

 git checkout dmgr2  git pull origin master 

this should pull the live changes into my development branch, or do I have this wrong?

I have a branch called dmgr2 (development) and I want to pull from the master branch (live site) and incorporate all the changes into my development branch. is there a better way to do this? here is what I had planned on doing, after committing changes:

git checkout dmgr2 git pull origin master 

this should pull the live changes into my development branch, or do I have this wrong?

I have a branch called dmgr2 (development) and I want to pull from the master branch (live site) and incorporate all the changes into my development branch. is there a better way to do this? here is what I had planned on doing, after committing changes:

 git checkout dmgr2 git pull origin master 

this should pull the live changes into my development branch, or do I have this wrong?

I have a branch called dmgr2 (development) and I want to pull from the master branch (live site) and incorporate all the changes into my development branch. is there a better way to do this? here is what I had planned on doing:

 git checkout dmgr2 git pull origin master 

this should pull the live changes into my development branch, or do I have this wrong?

I have a branch called dmgr2 (development) and I want to pull from the master branch (live site) and incorporate all the changes into my development branch. is there a better way to do this? here is what I had planned on doing, after committing changes:

 git checkout dmgr2 git pull origin master 

this should pull the live changes into my development branch, or do I have this wrong?

edited body
Source Link
T J
  • 43.2k
  • 13
  • 87
  • 142
Loading
Source Link
Matthew Colley
  • 11.5k
  • 9
  • 46
  • 65
Loading