Github如何更新远程代码

1、git add .

2、git commit -m "Second commit"

3、git push origin master

原文地址:https://www.cnblogs.com/newcaoguo/p/5790709.html