1.添加所有文件(这里的--是必须的)
$ git add --all
2.提交所有文件
$ git commit -m 'all'
3.push到远程
$ git pull origin 你要push到的分支