git pull and other branches merge code

1. to submit a follow-up wave of ready-cut branches

git add .

git commit -m 'yyy'

git push origin xxx1

2. Then switch to branch git xxx2 you want pulling the pulling branch code

git checkout xxx2

git pull origin xxx2

3. Cut back to their branch

git checkout xxx1

git merge xxx2

Get away

Guess you like

Origin www.cnblogs.com/manong-xxf/p/11411142.html