https://www.jianshu.com/p/0db6a7501ff0
进行上面的操作后,需在git上执行的操作。
(1)git remote add origin http://172.16.10.30/antd/deop-static.git //连接远程
(2) git fetch origin release/measure//连接远程分支
(3) git push -u origin release/measure -f //强推
https://www.jianshu.com/p/0db6a7501ff0
进行上面的操作后,需在git上执行的操作。
(1)git remote add origin http://172.16.10.30/antd/deop-static.git //连接远程
(2) git fetch origin release/measure//连接远程分支
(3) git push -u origin release/measure -f //强推