在一个分支上,如何拉到项目最新XXX分支的代码?

git pull origin XXX

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

push的方式:

git add .

git commit -m “XXX”

git push origin XXX

相关文章: