git 如何pull、push最新的分支代碼?

在一個分支上,如何拉到項目最新XXX分支的代碼? git pull origin XXX push的方式: git add . git commit -m 「XXX」 git push origin XXX
相關文章
相關標籤/搜索