git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How do I delete a remote branch with a period in the name?
@ 2012-07-03  3:09 jonsmirl
  2012-07-03  4:14 ` Junio C Hamano
  2012-07-03  7:56 ` How do I delete a remote branch with a period in the name? Andreas Schwab
  0 siblings, 2 replies; 17+ messages in thread
From: jonsmirl @ 2012-07-03  3:09 UTC (permalink / raw)
  To: Git Mailing List

How do I delete a remote branch with a period in the name?

jonsmirl@smirl2:/home/apps/florida/lpc31xx$ git push origin :fl
To git@github.com:jonsmirl/lpc31xx.git
 - [deleted]         fl

jonsmirl@smirl2:/home/apps/florida/lpc31xx$ git push origin :fl.stg
error: unable to push to unqualified destination: fl.stg
The destination refspec neither matches an existing ref on the remote nor
begins with refs/, and we are unable to guess a prefix based on the source ref.
error: failed to push some refs to 'git@github.com:jonsmirl/lpc31xx.git'
jonsmirl@smirl2:/home/apps/florida/lpc31xx$

jonsmirl@smirl2:/home/apps/florida/lpc31xx$ git branch -r
  linus/master
  origin/HEAD -> origin/master
  origin/bar.stgit
  origin/dt-test
  origin/fl.stgit
  origin/foo.stgit
  origin/lpc313x-stg
  origin/lpc313x-stg.stgit
  origin/master
  origin/master.stgit
  origin/temp.stgit
  origin/v3.4-stg
  origin/v3.4-stg.stgit
  origin/v3.5-stg
  origin/v3.5-stg.stgit


--
Jon Smirl
jonsmirl@gmail.com

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

end of thread, other threads:[~2012-07-05 17:26 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03  3:09 How do I delete a remote branch with a period in the name? jonsmirl
2012-07-03  4:14 ` Junio C Hamano
2012-07-03 11:42   ` jonsmirl
2012-07-03 18:04     ` [PATCH] push: don't guess at qualifying remote refs on deletion Jeff King
2012-07-03 18:34       ` jonsmirl
2012-07-03 18:40         ` Jeff King
2012-07-03 18:43           ` jonsmirl
2012-07-03 19:35             ` Jeff King
2012-07-04  7:21           ` Carlos Martín Nieto
     [not found]             ` <CABURp0rVPAvxP1sp_nmoNYd+F+OsvWeHgUAeo7-VTnQhdebFeg@mail.gmail.com>
2012-07-05  7:22               ` Carlos Martín Nieto
2012-07-05 15:32                 ` Phil Hord
2012-07-05 17:24                   ` Carlos Martín Nieto
2012-07-05 17:26                   ` Junio C Hamano
2012-07-03 19:38       ` Junio C Hamano
2012-07-04  7:37         ` Jeff King
2012-07-03  7:56 ` How do I delete a remote branch with a period in the name? Andreas Schwab
2012-07-03 19:39   ` 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;
as well as URLs for NNTP newsgroup(s).