All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: Brian Foster <brian.foster@innova-card.com>
Cc: git@vger.kernel.org
Subject: Re: [Q] Changing the current branch (HEAD) in a bare repository - how?
Date: Fri, 6 Jun 2008 16:47:04 +0100 (BST)	[thread overview]
Message-ID: <alpine.DEB.1.00.0806061646280.1783@racer> (raw)
In-Reply-To: <a537dd660806060843p4e92932x4e0f5464c5fd1da1@mail.gmail.com>

Hi,

On Fri, 6 Jun 2008, Brian Foster wrote:

>  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'?

vi HEAD

Ciao,
Dscho

  reply	other threads:[~2008-06-06 15:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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=alpine.DEB.1.00.0806061646280.1783@racer \
    --to=johannes.schindelin@gmx.de \
    --cc=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.