gitee上传流程三步走

一、git add <所需上传的文件路径>

二、git commit -m '所上传内容的注解'

三、git push

你可能感兴趣的:(git)