From owner-freebsd-git@FreeBSD.ORG Fri May 1 16:15:17 2015 Return-Path: Delivered-To: freebsd-git@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A4F3BD3 for ; Fri, 1 May 2015 16:15:17 +0000 (UTC) Received: from mail-lb0-x230.google.com (mail-lb0-x230.google.com [IPv6:2a00:1450:4010:c04::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9793F192E for ; Fri, 1 May 2015 16:15:16 +0000 (UTC) Received: by lbbzk7 with SMTP id zk7so67633524lbb.0 for ; Fri, 01 May 2015 09:15:13 -0700 (PDT) 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=b1/6MDEo1JWsZaWQKGBNHfo5k5/DZMkH9qZSc2DT18o=; b=I+Sw0Yb+BzEcQKFfgv9jauAMUUnD7zkN8wsBImxMDW2EAxpA4olF5UM3kvnzvaSXoD S1OAQL4qXvQMOHQVAsjbrzjO6F3U4GIbKtym03UoQCgco/Jkgcv8bX/ggdntZBETrpdG d4kX2Vm3HFajr+IDIMcCp2jdIrnFkwgYPQ2uPYzBXO/o1c77csFSi2goMXTEImrBOFOs pVdjaFOOT55fIZW85oezZj+z86h5ul8sENMWoBxDJH+z3odW0+oyiC66pWA6O7p0Scba gG6SKyBDUYQzZJ0VdF0M5MyU72qQDpD6Jltj5mNb9VmIVVwmR2uuwWyMG9+JmFbjuczz LK1A== MIME-Version: 1.0 X-Received: by 10.113.10.134 with SMTP id ea6mr8663145lbd.29.1430496913638; Fri, 01 May 2015 09:15:13 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.164.38 with HTTP; Fri, 1 May 2015 09:15:13 -0700 (PDT) Date: Fri, 1 May 2015 12:15:13 -0400 X-Google-Sender-Auth: Vz22XRplaUKWLW0S-vIDLtgeg4s Message-ID: Subject: Advanced Git talk at Pycon 2015 From: Craig Rodrigues To: freebsd-git@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 01 May 2015 16:15:17 -0000 Hi, A talk, "Advanced Git" was given at Pycon 2015: SLIDES: https://speakerdeck.com/singingwolfboy/advanced-git VIDEO: http://pyvideo.org/video/3392/advanced-git There is nothing Python-specific about this talk. The talk is quite nice. It covers topics such as rebase, reflog, squashing commits, bisect. -- Craig