git命令pull、push、checkout

pull:
    git stash
    git pull origin develop
    git stash pop
push:
    git status
    git add file file1 ...
    git commit -m '描述'
    git push origin develop
checkout:
    git checkout develop

您可以选择一种方式赞助本站

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: