From: Pat Notz <patnotz@gmail.com>
To: ZoltánFüzesi <zfuzesi@eaglet.hu>
Cc: git@vger.kernel.org
Subject: Re: git-reset any branch head
Date: Wed, 29 Jul 2009 06:33:50 -0600 [thread overview]
Message-ID: <1cd1989b0907290533q1553773euce67dff47db546a7@mail.gmail.com> (raw)
In-Reply-To: <loom.20090729T112521-558@post.gmane.org>
On Wed, Jul 29, 2009 at 5:37 AM, ZoltánFüzesi<zfuzesi@eaglet.hu> wrote:
> Santi Béjar <santi <at> agolina.net> writes:
>
>>
>> 2009/7/29 ZoltánFüzesi <zfuzesi <at> eaglet.hu>:
>> > Hi, sometimes it would be nice to reset not only the current,
>> > but any given branch head. What do you think?
>>
>> git update-ref
>>
>> or do you mean with porcelain commands?
>>
>> HTH,
>> Santi
>>
>
> Suppose I have 3 branches A, B, C, and A is checked out.
> I would like to set B's head to point to C's with a command like:
> git-reset --head B C
>
> Currently I can achieve it by 2 commands:
> git-checkout B
> git-reset --hard C
>
I think you simply want:
git branch -f B C
~ Pat
> Zé
>
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2009-07-29 12:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-29 10:05 git-reset any branch head ZoltánFüzesi
2009-07-29 11:16 ` Santi Béjar
2009-07-29 11:37 ` ZoltánFüzesi
2009-07-29 12:33 ` Pat Notz [this message]
2009-07-29 12:39 ` ZoltánFüzesi
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=1cd1989b0907290533q1553773euce67dff47db546a7@mail.gmail.com \
--to=patnotz@gmail.com \
--cc=git@vger.kernel.org \
--cc=zfuzesi@eaglet.hu \
/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).