From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?w4Z2YXIgQXJuZmrDtnLDsCBCamFybWFzb24=?= Subject: Re: cvs importing a forked project Date: Wed, 6 Oct 2010 16:34:11 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Brandon Casey , git@vger.kernel.org To: Eric Frederich X-From: git-owner@vger.kernel.org Wed Oct 06 18:34:22 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P3Wwa-00010E-LJ for gcvg-git-2@lo.gmane.org; Wed, 06 Oct 2010 18:34:17 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759369Ab0JFQeN (ORCPT ); Wed, 6 Oct 2010 12:34:13 -0400 Received: from mail-yx0-f174.google.com ([209.85.213.174]:48942 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753167Ab0JFQeN (ORCPT ); Wed, 6 Oct 2010 12:34:13 -0400 Received: by yxp4 with SMTP id 4so2524119yxp.19 for ; Wed, 06 Oct 2010 09:34:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=LtPmKXgX6VJgQYttiEXbrtivAdYKbUEDSjJTNtNzIVc=; b=kLXarNgdzjYGAsxYe3H69F4ZiqDWWOk6lXETTi3a/EmtVTRXuAOiwQf7pIyRD5L41Q 5u90ZQpWZ/uOoRFY4/MMLECpjblLnoEFL1wCHxtEGHxAPQa2l8F19Me+/R7PjVk8Ocjs QkGDW1oOS9XXT+LFR9UnZUGovC2xz7sPy6WCw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=BSVo/mO/ojFypxgqhIUDRuTPuGMx/7jPE8QiHtJi6qXVPrt4AfcBUZz0yCr9WnZOEG 2MLNNjn9RoiVU/pfIwl2Pcf8VjG1Id4IvamPAwrsjioNerlIsvRxv1r3gBjJNWE2nrKg v6ZKVof3QjNYiwO+cAq4y8FpWqlL/sCggLRbk= Received: by 10.42.8.133 with SMTP id i5mr15696993ici.80.1286382852087; Wed, 06 Oct 2010 09:34:12 -0700 (PDT) Received: by 10.231.48.195 with HTTP; Wed, 6 Oct 2010 09:34:11 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Wed, Oct 6, 2010 at 14:51, Eric Frederich wrote: > I wanted to try to "switch to a new parentless branch" but don't know how. > How can I create / switch to a new empty parentless branch? git checkout --orphan parentless-branch-name-here