Git 相关使用
Posted kaffeetrinken
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git 相关使用相关的知识,希望对你有一定的参考价值。
https://www.cnblogs.com/mengdd/p/3447464.html
删除本地 & 远程 的仓库.
-
git branch -r -d origin/branch-name
-
git push origin :branch-name
以上是关于Git 相关使用的主要内容,如果未能解决你的问题,请参考以下文章