Git development
 help / color / mirror / Atom feed
* cannot remove remote branch name
@ 2010-01-05  1:57 SungHyun Nam
  2010-01-05  1:59 ` Erik Faye-Lund
  2010-01-05  2:18 ` Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: SungHyun Nam @ 2010-01-05  1:57 UTC (permalink / raw)
  To: git

Hello,

How I can remove remote branch name if it already removed
in remote side?

$ git branch -a
* master
   remotes/origin/HEAD -> origin/master
   remotes/origin/master
   remotes/origin/test
$ git branch -D -r test
error: remote branch 'test' not found.
$ git branch -D -r remotes/origin/test
error: remote branch 'remotes/origin/test' not found.
$ git branch -D remotes/origin/test
error: branch 'remotes/origin/test' not found.

The 'remotes/origin/test' was removed in remote side.

Thanks,
namsh

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-05  2:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-05  1:57 cannot remove remote branch name SungHyun Nam
2010-01-05  1:59 ` Erik Faye-Lund
2010-01-05  2:18 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox