그것은 보여줍니다제거 심판/리모트는 완전히
HEAD
refs/heads/BranchA
refs/heads/master
refs/remotes/origin/BranchA
refs/remotes/origin/master
어떻게 마지막 두 항목을 삭제할 수 있습니까?
그것은 보여줍니다제거 심판/리모트는 완전히
HEAD
refs/heads/BranchA
refs/heads/master
refs/remotes/origin/BranchA
refs/remotes/origin/master
어떻게 마지막 두 항목을 삭제할 수 있습니까?
당신은 그렇게 빈 심판을 눌러이 작업을 수행 할 수 있습니다
git push origin :BranchA :master
트릭을 할 것입니다. 'git fetch --prune origin'으로 따라하면 'git branch -a'에 나타나지 않습니다.
처음 두 사람은 삭제되지 않을 것이라고 어떻게 보장하겠습니까? – Ahmad
가장 간단한 답변 나는 SO 자체에서 발견했으며 매력처럼 작동했습니다.
자식 푸시 저장소 : 심판/리모컨/송/BranchA
자식 푸시 저장소 : 심판/리모컨/원점/마스터
http://stackoverflow.com/questions/4890772/how-to-remove -remote-origin-refs-heads-master http://superuser.com/questions/283309/how-to-delete-the-git-reference-refs-original-refs-heads-master – sircapsalot
복제본뿐만 아니라 "git delete remote branch"에 대한 Google 역시 많은 결과를 얻는 것으로 보입니다. – larsks
나는 첫 번째 것들이 삭제 될 것을 두려워한다 ...이 게시물은 대답하지 않는다. – Ahmad