課程
/前端開發(fā)
/前端工具
/版本控制入門 – 搬進(jìn) Github
windows版本,合并分支怎么操作呢?
2016-12-07
源自:版本控制入門 – 搬進(jìn) Github 5-1
正在回答
merge into current branch
上面有個(gè)branch,點(diǎn)擊后點(diǎn)merge intomaster
首先安裝git,在git的終端輸入命令git merge 《想要合并的分支名稱》這個(gè)命令是將其合并到當(dāng)前的分支
舉報(bào)
Git版本控制/Github社會(huì)化編程平臺(tái),最短的時(shí)間上手 Git
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2018-08-02
merge into current branch
2018-08-02
上面有個(gè)branch,點(diǎn)擊后點(diǎn)merge intomaster
2016-12-13
首先安裝git,在git的終端輸入命令git merge 《想要合并的分支名稱》這個(gè)命令是將其合并到當(dāng)前的分支