I am currently working on featurex
branch. Our master branch is named branch our-team
. Since I started working on featurex
, more changes have been made to branch our-team
. Before I push featurex
for merging, I would locally like to get all changes from our-team
branch into featurex
so that I can ensure everything works as expected.
I have done this locally to get all the latest changes from our-team
.
git checkout our-team
git pull
How can I do that?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…