By kcersing , 27 六月, 2019 1.2.1 git add . 1.2.2 git commit -m “给你的保存起一个名字" 1.2.3 git pull 把服务器代码拉下来跟你本地代码合并 1.2.4 git push 把合并好的最新代码推送到服务器端 标签 Git