1. 程式人生 > >抓取遠程master分支到本地,並與UI分支合並

抓取遠程master分支到本地,並與UI分支合並

本地 nbsp git pull out 遠程 合並 mit ast IT

1.pull (1)UI: git add .
git commit -m

git checkout master (2)master:
git pull origin master

git checkout UI (3)UI: git merge master (處理沖突)
git add .
git commit -m

2.push
git add.
git commit -m
git push

抓取遠程master分支到本地,並與UI分支合並