📌  相关文章
📜  删除远程源 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:36.299000             🧑  作者: Mango

代码示例3
# The example will remove the github remote. 
# Note that the command will not delete the repository, 
# just the local reference.
git remote rm origin