From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=3.0 tests=BAYES_50, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7412AC07E95 for ; Wed, 7 Jul 2021 21:51:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4EB0F61C3C for ; Wed, 7 Jul 2021 21:51:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230199AbhGGVyG (ORCPT ); Wed, 7 Jul 2021 17:54:06 -0400 Received: from mf1.cmpsource.com ([216.106.62.10]:52991 "EHLO mf1.cland.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S230002AbhGGVyF (ORCPT ); Wed, 7 Jul 2021 17:54:05 -0400 X-Greylist: delayed 477 seconds by postgrey-1.27 at vger.kernel.org; Wed, 07 Jul 2021 17:54:05 EDT Received: from webmail.socket.net (webmail.socket.net [216.106.44.95]) (Authenticated sender: sumphrey@socket.net) by mf1.cland.net (Postfix) with ESMTPA id B77AD40783 for ; Wed, 7 Jul 2021 16:43:26 -0500 (CDT) Received: from OT--WDE0631-02S.ucmo.local ([153.91.60.227]) by webmail.socket.net with HTTP (HTTP/1.1 POST); Wed, 07 Jul 2021 16:43:26 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 07 Jul 2021 16:43:26 -0500 From: sumphrey@socket.net To: Subject: Question regarding Version Control with Git 2nd Message-ID: <079e60678d21de399ce047dd2d139594@socket.net> X-Sender: sumphrey@socket.net User-Agent: Socket Webmail Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org I am trying to work through Chapter 7 Branches of Version Control with Git. Has anyone see source code (a .git) for this chapter, so I can execute the commands? Thank you in advance.