在一个分支上,如何拉到项目最新XXX分支的代码? git pull origin XXX push的方式: git add . git commit -m “XXX” git push origin XXX 相关文章: