git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Brian Foster" <brian.foster@innova-card.com>
To: git@vger.kernel.org
Cc: "Jakub Narebski" <jnareb@gmail.com>,
	"Johannes Schindelin" <Johannes.Schindelin@gmx.de>
Subject: Re: [Q] Changing the current branch (HEAD) in a bare repository - how?
Date: Mon, 9 Jun 2008 09:50:47 +0200	[thread overview]
Message-ID: <a537dd660806090050t385db36fk15d44c88bd5183af@mail.gmail.com> (raw)
In-Reply-To: <200806090934.13564.brian.foster@innova-card.com>

> Date: Friday 06 June 2008
> Subject: Re: [Q] Changing the current branch (HEAD) in a bare repository - how?
> From: Jakub Narebski <jnareb@gmail.com>
>
> "Brian Foster" <brian.foster@innova-card.com> writes:
>>  Using git 1.5.2.5 (Kubuntu 7.10) and a bare repository,
>>  I [ essentially swapped branch names `master' and `foo' ].
>>  Now, how do I change the current branch to the (new)
>>  `master'?  [ ... ]
>
> In a bare repository it doesn't matter (almost) which branch is
> current one (there is no _checked out_ branch, so it only matters
> as a default checked out branch for clone, IIRC).

Jakub,

 Yes, I also believe that is the case (but have not confirmed).

 The reason for the exercise is the bare repository in question
 will be cloned by newbies, and I want things to "just work"
 out-of-the-box.  The (new) `master' is the development mainline
 (broadly meaning what has passed (usually my) review), and as
 such is nominally what Patches should be generated against.
 (It didn't start out that way due to some convoluted history that
 is not relevant.)  Hence --- with the caveat I'm also rather new
 to git --- it seems wise to ensure the default checked-out branch
 after a clone represents the nominal development line.  (Of course,
 I need/want to encourage the use of topic branches, but I see that
 as a rather different issue.)

>>  I (ultimately) hand-edited `HEAD' [ as Dscho suggested ].
>
> You have to rely on plumbing:
>
>   $ git symbolic-ref HEAD master
>
> (see documentation for details).

 Ah!  Thanks for the hint.

cheers!
	-blf-

-- 
"How many surrealists does it take to   | Brian Foster
 change a lightbulb? Three. One calms   | somewhere in south of France
 the warthog, and two fill the bathtub  |   Stop E$$o (ExxonMobil)!
 with brightly-coloured machine tools." |      http://www.stopesso.com

       reply	other threads:[~2008-06-09  7:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200806090934.13564.brian.foster@innova-card.com>
2008-06-09  7:50 ` Brian Foster [this message]
2008-06-06 15:43 [Q] Changing the current branch (HEAD) in a bare repository - how? Brian Foster
2008-06-06 15:47 ` Johannes Schindelin
2008-06-06 16:03 ` Jakub Narebski

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=a537dd660806090050t385db36fk15d44c88bd5183af@mail.gmail.com \
    --to=brian.foster@innova-card.com \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=jnareb@gmail.com \
    /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).