From: "Marc-André Lureau" <marcandre.lureau@gmail.com>
To: Michael J Gruber <git@drmicha.warpmail.net>
Cc: git@vger.kernel.org
Subject: Re: Deleting remote branch pointed by remote HEAD
Date: Wed, 21 Jan 2009 16:38:06 +0200 [thread overview]
Message-ID: <e29894ca0901210638t636de791sf27d28893a7a0b65@mail.gmail.com> (raw)
In-Reply-To: <49773240.7090605@drmicha.warpmail.net>
On Wed, Jan 21, 2009 at 4:33 PM, Michael J Gruber
<git@drmicha.warpmail.net> wrote:
> Marc-André Lureau venit, vidit, dixit 21.01.2009 14:02:
>> Hi
>>
>> I deleted a remote branch which was pointed by HEAD, this way: "git
>> push origin :master"
>>
>> Then for almost every git command, I get this error: "error:
>> refs/remotes/origin/HEAD points nowhere!".
>
> You're talking about about the remote git repo, aren't you?
>
Sure. But the error is on the local repo.
>> I found this situation non-friendly. Fortunately, I could understand
>> what's going on. But a new user might be confused.
>>
>> Shouldn't the remote HEAD branch be updated or "protected" in some
>> ways? Or should the "error" be considered as a "warning" (silently?)
>>
>> What do you think?
>
> I think that git said
> "warning: updating the currently checked out branch; this may cause
> confusion,
> as the index and working tree do not reflect changes that are now in HEAD."
IIRC, it only says so if your local repo is on a branch tracking this
remote. At least, in some conditions, I didn't get this warning. When
I did second simple testing with git.git version, I also had this
warning.
> after your push and that this may have rung some bells. I also think
> that pushing to a non-bare remote repo (one with a worktree checked out)
> is strongly advised against in multiple places, unless you know what
> you're doing - which you seem to do since you were able to restore your
> HEAD ;)
Isn't HEAD also on non-bare repo, to indicate what is the default branch?
thanks,
--
Marc-André Lureau
next prev parent reply other threads:[~2009-01-21 14:39 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-21 13:02 Deleting remote branch pointed by remote HEAD Marc-André Lureau
2009-01-21 14:33 ` Michael J Gruber
2009-01-21 14:38 ` Marc-André Lureau [this message]
2009-01-21 15:24 ` Michael J Gruber
2009-01-21 15:41 ` Marc-André Lureau
2009-01-21 16:19 ` Jeff King
2009-01-21 18:30 ` Daniel Barkalow
2009-01-21 19:09 ` Boyd Stephen Smith Jr.
2009-01-21 19:12 ` Jeff King
2009-01-21 19:14 ` Jeff King
2009-01-21 19:50 ` Daniel Barkalow
2009-01-21 19:53 ` Jeff King
2009-03-12 9:02 ` Felipe Contreras
2009-03-12 11:39 ` Jeff King
2009-03-12 12:47 ` Felipe Contreras
2009-03-12 12:50 ` Jeff King
2009-01-21 20:42 ` Junio C Hamano
2009-01-21 18:31 ` Felipe Contreras
2009-01-21 19:16 ` Jeff King
2009-01-21 19:20 ` Felipe Contreras
2009-01-21 14:41 ` Adeodato Simó
2009-01-21 14:52 ` Sitaram Chamarty
2009-01-21 22:56 ` GUI and detatched HEAD (was Re: Deleting remote branch pointed by remote HEAD) Daniel Barkalow
2009-01-22 14:20 ` Sitaram Chamarty
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e29894ca0901210638t636de791sf27d28893a7a0b65@mail.gmail.com \
--to=marcandre.lureau@gmail.com \
--cc=git@drmicha.warpmail.net \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).