git add <filename> 把文件提交到索引库
git commit提交
git push 命令用于将本地分支的更新,推送到远程主机
转载于:https://www.cnblogs.com/chunshu/p/5293113.html