git 添加文件

git 添加文件三步骤

git add filename

git commit -m 'remarks'

git push origin master

原文地址:https://www.cnblogs.com/toward-the-sun/p/4500447.html