All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Brian Foster" <brian.foster@innova-card.com>
To: git@vger.kernel.org
Subject: [Q] Changing the current branch (HEAD) in a bare repository - how?
Date: Fri, 6 Jun 2008 17:43:59 +0200	[thread overview]
Message-ID: <a537dd660806060843p4e92932x4e0f5464c5fd1da1@mail.gmail.com> (raw)

 Using git 1.5.2.5 (Kubuntu 7.10) and a bare repository,
 I started with (the commands and output below are typed
 in by hand, mostly from memory):

    $ git branch -a
    * master
      foo
    $

 and then changed the branch names:

    $ git branch -m master old-master
    $ git branch -m foo master

 and got this:

    $ git branch -a
      master
    * old-master
    $

 Now, how do I change the current branch to the (new)
 `master'?  A `checkout' fails:

    $ git checkout master
    fatal: /usr/bin/git-checkout cannot be used without a working tree.
    $

 I (ultimately) hand-edited `HEAD' (apparently successfully),
 but am wondering what I should have done or may have missed?

 I didn't spot anything in TFM, albeit I could have easily overlooked
 or misunderstood something.

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-06 15:44 UTC|newest]

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

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=a537dd660806060843p4e92932x4e0f5464c5fd1da1@mail.gmail.com \
    --to=brian.foster@innova-card.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.