git基本操作命令

git pull拉最新数据

git  add . 将新页面加进来

git commit -m '注释'   提交到本地

git push 提交到远程

git push --set-upstream origin new_net_bank   当有新分支的时候要这样提交

原文地址:https://www.cnblogs.com/chaoyuehedy/p/9792518.html