首页 > 技术文章 > 更新github上的文件

zh-clara 2021-10-24 20:50 原文

1.进入到git文件目录下

2.git add ./

3.git status

4.git commit -m "readme"

5.git push -u origin master(master是github上文件的主支)

推荐阅读