From owner-freebsd-git@FreeBSD.ORG Thu Nov 20 20:00:14 2014 Return-Path: Delivered-To: freebsd-git@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB19A86B for ; Thu, 20 Nov 2014 20:00:14 +0000 (UTC) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D62E303 for ; Thu, 20 Nov 2014 20:00:14 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id gd6so3045512lab.19 for ; Thu, 20 Nov 2014 12:00:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=RHqKPPn4cvxTAAub8daKA7HceDsiOL0vzysUUfR7Do4=; b=Y5M4D/JGRkX8ihPuw2kvIrPIuxZbv9EtF1gkHalaAKp7mAyfhzILcRqaDpkDquHOyB 3mTVq+BKcswpxWBkYR1CvkY/K6KMN0kUGTkrMFmCbbaQjR9TsIxxO8iyWS3QbZDe3Jad x0P11+kat3ZhuQQCj2e/+ASNtm3R+c3sn5UTtSFGr2Se7q9JZxf1zZ7q+V/aRNaWRSm7 ABvfKZS1Hodhj1MLgFdfLympQz8UOxruVdCLNPSdfc1D2+Ol6i15UzAoXDvKjrNY/Kbj yIeTb0Nydt/rOOTpIASUuNoUgW0JfnxUfsX1vchJ/oXPs0R36E2NkUmTQqjjHH4qocVP ehJA== MIME-Version: 1.0 X-Received: by 10.112.199.40 with SMTP id jh8mr131856lbc.5.1416513612427; Thu, 20 Nov 2014 12:00:12 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.130.168 with HTTP; Thu, 20 Nov 2014 12:00:12 -0800 (PST) Date: Thu, 20 Nov 2014 12:00:12 -0800 X-Google-Sender-Auth: ToMfd6buHL2y2rhZyWT4ltnpRJ8 Message-ID: Subject: Interactive game for learning git branching From: Craig Rodrigues To: freebsd-git@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 20:00:14 -0000 Hi, One of my co-workers introduced me to this interactive game for learning git branching: http://pcottle.github.io/learnGitBranching/ It's fun. :) -- Craig