标签:push git pull git push mit 分支 数据 commit 远程 --
git pull拉最新数据
git add . 将新页面加进来
git commit -m ‘注释‘ 提交到本地
git push 提交到远程
git push --set-upstream origin new_net_bank 当有新分支的时候要这样提交
标签:push git pull git push mit 分支 数据 commit 远程 --
原文地址:https://www.cnblogs.com/chaoyuehedy/p/9792518.html