From 03fac4d6179fce5d137a6042bb010db009e5bed3 Mon Sep 17 00:00:00 2001 From: Ben Lynn Date: Fri, 30 May 2008 23:34:30 -0700 Subject: [PATCH] Minor edits. --- branch.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch.txt b/branch.txt index f029af9..6222010 100644 --- a/branch.txt +++ b/branch.txt @@ -119,12 +119,12 @@ It's easy to extend this trick for any number of parts. === Reorganizing a Medley === -Perhaps you like to work on all aspects of a project in the same branch, but want others to avoid seeing works-in-progress, and want your commits neatly organized. Then after cloning: +Perhaps you like to work on all aspects of a project in the same branch. You want to keep works-in-progress to yourself and want others to see your commits only when they have been neatly organized. Then after cloning: $ git checkout -b sanitized $ git checkout -b medley -Next, work on anything: fix bugs, add features, add temporary code, and so forth, and commit often along the way. Then: +Next, work on anything: fix bugs, add features, add temporary code, and so forth, committing often along the way. Then: $ git checkout sanitized $ git cherry-pick SHA1_HASH -- 2.11.4.GIT