【发布时间】:2011-08-30 07:49:44
【问题描述】:
当我运行git push 时,我的本地分支some_branch 被推送到远程分支some_remote\some_branch。
当我运行git remote show some_remote 时,我得到:
Local refs configured for 'git push':
[cut]
some_branch pushes to some_branch
我不想要这个。如何删除此条目?
【问题讨论】:
标签: git git-push git-remote