你如何停止跟踪Git中的远程分支?
我要求停止跟踪,因为在我的具体情况下,我想删除本地分支,但不是远程分支.删除本地删除并将删除推送到远程也将删除远程分支:
我可以这么做吗git branch -d the_branch,以后我不会传播它git push吗?
git branch -d the_branch
git push
如果我git push origin :the_branch以后再跑,它会传播吗?
git push origin :the_branch
git branch git-track
branch ×1
git ×1
git-track ×1