windows上传文件到github

step1:格式化仓库(git init)

step2:添加到缓存区(git add .)

step3:添加版本信息(git commit -m '备注信息')

step4:git remote add origin https://github.com/jackgithup/AIFace.git

step5:git push origin master

你可能感兴趣的:(it)