git修改远程仓库地址
查看远程仓库地址 git remote -v
查看远程分支 git branch -a
重置到某一次提交 git reset --hard a0efa930
强制提交 git push -u origin develop -f