Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: git again
- X-seq: zsh-workers 31044
- From: Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx>
- To: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- Subject: Re: git again
- Date: Tue, 12 Feb 2013 15:39:18 -0500
- Cc: Zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d201210; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=KZz5R5IzIvPIjzmDsdZ+6af0TR8h0zVVd2jNVFmG5ac=; b=HQPLorF58jnb+u5OHrYeU59pYGnk7WipkSBbibTI1EFJRrmvCrIfmDndWRi/0mYQp18kQE0oEb4Q2RDy1PHxXIBtvFmRt4QSZcZdIzoImPHPKV6ZVUOjSyaAWD4LdySfRLC7DnyJAoWMNyOvq4zQM8MGY9/po6I9KxZg6q7bJVw=;
- In-reply-to: <31165.1360666912@thecus.kiddle.eu>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: Oliver Kiddle <okiddle@xxxxxxxxxxx>, Zsh workers <zsh-workers@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <31165.1360666912@thecus.kiddle.eu>
On 2013-02-12 at 12:01 +0100, Oliver Kiddle wrote:
> With this in mind, I've simplified the git branch usage written by Phil
> to recommend git merge --squash. Note to git newcomers, this is still a
> useful approach to follow: I use local branches even for fairly trivial
> changes and check in regularly at intermediate states; often as a way to
> push changes between Linux and Solaris.
LGTM, +1, Endorsed, whatever-the-current-vogue-is. I like the new text.
(I suspect we'll end up suggesting that if you don't use "merge
--squash" then you might want "rebase -i master" instead of a plain
rebase, to be able to clean up the history with a tool that's both
powerful and simple for that amount of power. But it doesn't need to
be in the doc for now: endorsed as-is.)
-Phil
Messages sorted by:
Reverse Date,
Date,
Thread,
Author