git 添加文件三步骤

git add filename

git commit -m 'remarks'

git push origin master

05-08 15:21