$ git status (查看当前更改的代码)

$ git pull (拉取最新代码)

$ git commit   odin/code/pom.xml   -m   "test commit" (提交部分代码加备注)

$ git push origin master (推送到远程服务器)

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐