GitHub代码提交四步走

1.git status
2.git add .
3.git commit -m “版本相关的注释说明”
4.git push -u origin master

你可能感兴趣的:(GitHub,代码提交,git命令,提交代码到GitHub)