首页 > 技术文章 > Github如何更新远程代码

newcaoguo 原文

1、git add .

2、git commit -m "Second commit"

3、git push origin master

推荐阅读