修改提交文件大小在要提交的项目根目录下使用。
$ git config --local http.postBuffer 524288000设置为500MB。
查看本地分支git branch
查看远程仓库所有分支git branch -r
2020-07-19