Github提交代码命令

Github提交更新

1. git clone 仓库名称

例如:git clone https://github.com/sunsipeng/SPCode.git


2.git add 文件夹或文件

例如:git add sipengApp


3.git commit  // 按照提示提交


4.git push origin master   //提交至github仓库

ps:提交仓库时需要输入github账号和密码