如何删掉 git remote 的分支

lys2018年04月12日 0条评论

如何删掉 git remote 的分支

解决:

git remote remove <name>

如:

Administrator@QH-20170410FRJZ MINGW64 /d/eclipse/workspace/socket (master)
$ git remote
origin

Administrator@QH-20170410FRJZ MINGW64 /d/eclipse/workspace/socket (master)
$ git remote remove origin