<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
  <channel>
    <title>All Things Git</title>
    <description>The podcast about Git.  Edward Thomson and Martin Woodward talk to the people who build Git, build tools for it and make their teams successful using it.</description>
    <link>https://www.allthingsgit.com/</link>
    <language>en-us</language>
    <pubDate>Mon, 03 Jun 2024 23:40:28 +0000</pubDate>
    <lastBuildDate>Mon, 03 Jun 2024 23:40:28 +0000</lastBuildDate>
    <generator>Jekyll v3.9.5</generator>
    <category>Programming</category>
    <category>Talk</category>
    <category>Podcast</category>

    <copyright>Copyright (c) 2017, Edward Thomson and Martin Woodward</copyright>

    <atom:link href="https://www.allthingsgit.com/rss.xml" rel="self" type="application/rss+xml" />

    <webfeeds:cover image="https://www.allthingsgit.com/images/cover.png" />
    <webfeeds:icon>https://www.allthingsgit.com/images/logo-dark.png</webfeeds:icon>
    <webfeeds:logo>https://www.allthingsgit.com/images/logo-type.svg</webfeeds:logo>
    <webfeeds:accentColor>f05432</webfeeds:accentColor>

    <itunes:author>Edward Thomson and Martin Woodward</itunes:author>
    <itunes:subtitle>The podcast about Git</itunes:subtitle>
    <itunes:summary>The podcast about Git.  Edward Thomson and Martin Woodward talk to the people who build Git, build tools for it and make their teams successful using it.</itunes:summary>
    <itunes:owner>
      <itunes:name>Edward Thomson and Martin Woodward</itunes:name>
      <itunes:email>podcast@allthingsgit.com</itunes:email>
    </itunes:owner>
    <itunes:explicit>clean</itunes:explicit>
    <itunes:image href="https://www.allthingsgit.com/images/logo-itunes.png" />
    <itunes:category text="Technology">
      <itunes:category text="Software How-To" />
    </itunes:category>

    

    

    
    

    

    <item>
      <title>Learning a New Codebase with Patricia Aas</title>
      <description>
        &lt;img src="https://www.allthingsgit.com/episodes/images/patricia_aas.jpg"&gt;
        &lt;div id=&quot;profile&quot;&gt;
    &lt;img src=&quot;images/patricia_aas.jpg&quot; class=&quot;profile_photo&quot; /&gt;
&lt;/div&gt;

&lt;p&gt;Edward talks to Patricia Aas, a veteran C++ developer, about how
read a brand new codebase, understand it, and how to get started 
contributing to it.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&lt;a href=&quot;https://patricia.no&quot;&gt;Patricia Aas&lt;/a&gt; is a programmer who has worked mostly
in C++ and Java. She has spent her career continuously delivering from the
same code-base to a large user base, from working on two browsers (Opera
and Vivaldi), to working on embedded telepresence endpoints for Cisco.
She is focused on the maintainability and flexibility of software
architecture, and how to extend it to provide cutting edge user
experiences. Her focus on the end users has led her work more and more
toward privacy and security, and she has recently started her own company,
&lt;a href=&quot;https://turtlesec.no&quot;&gt;TurtleSec&lt;/a&gt;, hoping to contribute positively to the
infosec and C++ communities. She is also involved in the
&lt;a href=&quot;https://www.includecpp.org&quot;&gt;#include&amp;lt;C++&amp;gt;&lt;/a&gt; organization hoping to
improve diversity and inclusion in the C++ community.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3 id=&quot;show-notes&quot;&gt;Show Notes&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://patricia.no&quot;&gt;Patricia Aas&lt;/a&gt;
    &lt;ul&gt;
      &lt;li&gt;Twitter: &lt;a href=&quot;https://twitter.com/pati_gallardo&quot;&gt;@pati_gallardo&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/psmaas/&quot;&gt;LinkedIn&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://turtlesec.no&quot;&gt;TurtleSec&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.includecpp.org&quot;&gt;#include&amp;lt;C++&amp;gt;&lt;/a&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://patricia.no/2018/06/15/deconstructing_privilege.html&quot;&gt;Deconstructing Privilege&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://patricia.no/2018/09/06/survival_tips_for_women_in_tech.html&quot;&gt;Survival Tips For Women In Tech&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://ndc-london.com&quot;&gt;NDC London&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


      </description>
      <pubDate>Tue, 20 Nov 2018 22:58:11 +0000</pubDate>
      <link>https://www.allthingsgit.com/episodes/learning_a_new_codebase_with_patricia_aas.html</link>
      <language>en-us</language>
      <guid isPermaLink="true">https://www.allthingsgit.com/episodes/learning_a_new_codebase_with_patricia_aas.html</guid>
      
      
      <category>episodes</category>
      

      
      <enclosure url="https://www.allthingsgit.com/episodes/audio/allthingsgit-20-learning_a_new_codebase_with_patricia_aas.mp3" length="52269325" type="audio/mp3" />

      <itunes:author>Edward Thomson and Martin Woodward</itunes:author>
      <itunes:subtitle>All Things Git: The podcast about Git</itunes:subtitle>
      <itunes:summary>Edward talks to Patricia Aas, a veteran C++ developer, about how
read a brand new codebase, understand it, and how to get started 
contributing to it.</itunes:summary>
      <itunes:duration>54:27</itunes:duration>
      
    </item>
    

    

    
    

    

    <item>
      <title>Posh Git with Keith Dahlby</title>
      <description>
        &lt;img src="https://www.allthingsgit.com/episodes/images/keith_dahlby.jpg"&gt;
        &lt;div id=&quot;profile&quot;&gt;
    &lt;img src=&quot;images/keith_dahlby.jpg&quot; class=&quot;profile_photo&quot; /&gt;
&lt;/div&gt;

&lt;p&gt;Edward talks to Keith Dahlby, the creator and maintainer of posh-git,
about tech conferences, what it's like to be a Microsoft MVP,
and PowerShell versus unix shells.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&lt;a href=&quot;https://twitter.com/dahlbyk&quot;&gt;Keith Dahlby&lt;/a&gt; is a father, a web
developer, a git enthusiast, a language geek, and a nine-time
C# MVP from Cedar Rapids, IA.  By day, he accelerates world-changing
ideas from Iowa with &lt;a href=&quot;https://newbo.co&quot;&gt;NewBoCo&lt;/a&gt;, and he teaches at
&lt;a href=&quot;https://www.deltavcodeschool.com&quot;&gt;DeltaV&lt;/a&gt; code school.  By night,
he is a promiscuous open-source contributor.  He previously
architected the e-commerce platform at J&amp;amp;P Cycles.  His open
source efforts include &lt;a href=&quot;https://github.com/dahlbyk/posh-git&quot;&gt;posh-git&lt;/a&gt;,
a git environment for PowerShell,
&lt;a href=&quot;https://griddlegriddle.github.io/Griddle/&quot;&gt;Griddle&lt;/a&gt;, a grid
component for React, and &lt;a href=&quot;https://up-for-grabs.net/#/&quot;&gt;up-for-grabs.net&lt;/a&gt;,
a site featuring open source projects looking to mentor new contributors.
He was also a core contributor to
&lt;a href=&quot;https://github.com/libgit2/libgit2sharp&quot;&gt;LibGit2Sharp&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3 id=&quot;show-notes&quot;&gt;Show Notes&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://twitter.com/dahlbyk&quot;&gt;Keith Dahlby&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/dahlbyk/posh-git&quot;&gt;posh-git&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.thatconference.com&quot;&gt;That Conference&lt;/a&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://twitter.com/coridrew&quot;&gt;Cori Drew&lt;/a&gt; and &lt;a href=&quot;https://twitter.com/codrKK&quot;&gt;Katelyn Drew&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/libgit2/libgit2/pull/1100&quot;&gt;Removing use of English expletives&lt;/a&gt; in libgit2&lt;/li&gt;
&lt;/ul&gt;


      </description>
      <pubDate>Tue, 04 Sep 2018 22:58:11 +0000</pubDate>
      <link>https://www.allthingsgit.com/episodes/posh_git_with_keith_dahlby.html</link>
      <language>en-us</language>
      <guid isPermaLink="true">https://www.allthingsgit.com/episodes/posh_git_with_keith_dahlby.html</guid>
      
      
      <category>episodes</category>
      

      
      <enclosure url="https://www.allthingsgit.com/episodes/audio/allthingsgit-19-posh_git_with_keith_dahlby.mp3" length="41968288" type="audio/mp3" />

      <itunes:author>Edward Thomson and Martin Woodward</itunes:author>
      <itunes:subtitle>All Things Git: The podcast about Git</itunes:subtitle>
      <itunes:summary>Edward talks to Keith Dahlby, the creator and maintainer of posh-git,
about tech conferences, what it's like to be a Microsoft MVP,
and PowerShell versus unix shells.</itunes:summary>
      <itunes:duration>43:43</itunes:duration>
      
    </item>
    

    

    
    

    

    <item>
      <title>Software Freedom Conservancy with Bradley Kuhn and Karen Sandler</title>
      <description>
        &lt;img src="https://www.allthingsgit.com/episodes/images/software_freedom_conservancy.png"&gt;
        &lt;div id=&quot;profile&quot;&gt;
    &lt;img src=&quot;images/software_freedom_conservancy.png&quot; class=&quot;profile_photo&quot; /&gt;
&lt;/div&gt;

&lt;p&gt;Edward talks to Bradley Kuhn and Karen Sandler, the co-founders of the
Software Freedom Conservancy, a non-profit that supports free and
open source software projects, including git.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Bradley Kuhn is a distinguished technologist at the Software Freedom
Conservancy and he's worked on free software non-profits for many years,
including co-founding the Conservancy with Karen.  Karen Sandler is the
Executive Director of the Software Freedom Conservancy, and she's most
well-known for trying to find the source code for her pacemaker
defibrillator.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3 id=&quot;show-notes&quot;&gt;Show Notes&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.ebb.org/bkuhn/&quot;&gt;Bradley Kuhn&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://punkrocklawyer.com&quot;&gt;Karen Sandler&lt;/a&gt;, and on Twitter: &lt;a href=&quot;https://twitter.com/o0karen0o&quot;&gt;@o0karen0o&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://sfconservancy.org&quot;&gt;Software Freedom Conservancy&lt;/a&gt;,
a not-for-profit charity that helps promote, improve, develop, and
defend Free, Libre, and Open Source Software (FLOSS) projects, including
&lt;a href=&quot;https://git-scm.com/&quot;&gt;git&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://www.outreachy.org&quot;&gt;Outreachy&lt;/a&gt;, a project by the Software Freedom
Conservancy that provides three-month internships for people from groups
traditionally underrepresented in tech.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://public-inbox.org/git/20180306231609.GA1632@sigill.intra.peff.net/&quot;&gt;Git / Software Freedom Conservancy Status Report (2018)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://public-inbox.org/git/20170202022655.2jwvudhvo4hmueaw@sigill.intra.peff.net/&quot;&gt;Git's Trademark Status and Policy&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/libgit2/discussions/issues/9&quot;&gt;libgit2 is joining the Software Freedom Conservancy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's easy to &lt;a href=&quot;https://sfconservancy.org/supporter/&quot;&gt;become a supporter&lt;/a&gt;
of the Software Freedom Conservancy and help support that they do with
git and other free and open source software projects.&lt;/p&gt;

&lt;p&gt;We're supporters - are you?&lt;/p&gt;


      </description>
      <pubDate>Tue, 21 Aug 2018 15:58:11 +0000</pubDate>
      <link>https://www.allthingsgit.com/episodes/software_freedom_conservancy_with_bradley_kuhn_and_karen_sandler.html</link>
      <language>en-us</language>
      <guid isPermaLink="true">https://www.allthingsgit.com/episodes/software_freedom_conservancy_with_bradley_kuhn_and_karen_sandler.html</guid>
      
      
      <category>episodes</category>
      

      
      <enclosure url="https://www.allthingsgit.com/episodes/audio/allthingsgit-18-software_freedom_conservancy_with_bradley_kuhn_and_karen_sandler.mp3" length="27215621" type="audio/mp3" />

      <itunes:author>Edward Thomson and Martin Woodward</itunes:author>
      <itunes:subtitle>All Things Git: The podcast about Git</itunes:subtitle>
      <itunes:summary>Edward talks to Bradley Kuhn and Karen Sandler, the co-founders of the
Software Freedom Conservancy, a non-profit that supports free and
open source software projects, including git.</itunes:summary>
      <itunes:duration>28:21</itunes:duration>
      
    </item>
    

    

    
    

    

    <item>
      <title>Working Copy with Anders Borum</title>
      <description>
        &lt;img src="https://www.allthingsgit.com/episodes/images/anders_borum.jpg"&gt;
        &lt;div id=&quot;profile&quot;&gt;
    &lt;img src=&quot;images/anders_borum.jpg&quot; class=&quot;profile_photo&quot; /&gt;
&lt;/div&gt;

&lt;p&gt;Edward is joined by Anders Borum, the developer behind Working Copy,
a Git client for iOS.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Anders Borum is a independent app developer from Copenhagen.  He has
been making iPhone and iPad apps since 2009 struggling to make a living 
through his own apps instead of consulting work. Since 2014 he has been
working on a Git client for iOS.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3 id=&quot;show-notes&quot;&gt;Show Notes&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://workingcopyapp.com&quot;&gt;Working Copy&lt;/a&gt;, a Git client for iOS&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://itunes.apple.com/us/app/working-copy/id896694807?mt=8&quot;&gt;Working Copy in the App Store&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://twitter.com/workingcopyapp&quot;&gt;@workingcopyapp&lt;/a&gt; on Twitter&lt;/li&gt;
&lt;/ul&gt;

      </description>
      <pubDate>Tue, 07 Aug 2018 13:58:11 +0000</pubDate>
      <link>https://www.allthingsgit.com/episodes/working_copy_with_anders_borum.html</link>
      <language>en-us</language>
      <guid isPermaLink="true">https://www.allthingsgit.com/episodes/working_copy_with_anders_borum.html</guid>
      
      
      <category>episodes</category>
      

      
      <enclosure url="https://www.allthingsgit.com/episodes/audio/allthingsgit-17-working_copy_with_anders_borum.mp3" length="28886170" type="audio/mp3" />

      <itunes:author>Edward Thomson and Martin Woodward</itunes:author>
      <itunes:subtitle>All Things Git: The podcast about Git</itunes:subtitle>
      <itunes:summary>Edward is joined by Anders Borum, the developer behind Working Copy,
a Git client for iOS.</itunes:summary>
      <itunes:duration>30:05</itunes:duration>
      
    </item>
    

    

    
    

    

    <item>
      <title>Branching and Merging (Part 2)</title>
      <description>
        &lt;img src="https://www.allthingsgit.com/episodes/images/branching_and_merging.png"&gt;
        &lt;div id=&quot;profile&quot;&gt;
    &lt;img src=&quot;images/branching_and_merging.png&quot; class=&quot;profile_photo&quot; /&gt;
&lt;/div&gt;

&lt;p&gt;Edward and Martin keep talking about branching and merging, including
how some of the other code integration commands work - including
rebase, cherry-pick, and revert.  Part two of two.&lt;/p&gt;

&lt;p&gt;This is the conclusion to &lt;a href=&quot;https://www.allthingsgit.com/episodes/branching_and_merging_part_1.html&quot;&gt;Part
1&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;show-notes&quot;&gt;Show Notes&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://git-scm.com/book/en/v1/Git-Branching-What-a-Branch-Is&quot;&gt;Git Branching: What a Branch Is&lt;/a&gt; from the Pro Git book&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=yupKgmYdy40&amp;amp;&quot;&gt;Inside Git&lt;/a&gt;, an explanation from TechDays NL 2017&lt;/li&gt;
&lt;/ul&gt;


      </description>
      <pubDate>Tue, 03 Jul 2018 23:58:11 +0000</pubDate>
      <link>https://www.allthingsgit.com/episodes/branching_and_merging_part_2.html</link>
      <language>en-us</language>
      <guid isPermaLink="true">https://www.allthingsgit.com/episodes/branching_and_merging_part_2.html</guid>
      
      
      <category>episodes</category>
      

      
      <enclosure url="https://www.allthingsgit.com/episodes/audio/allthingsgit-16-branching_and_merging_part_2.mp3" length="30196054" type="audio/mp3" />

      <itunes:author>Edward Thomson and Martin Woodward</itunes:author>
      <itunes:subtitle>All Things Git: The podcast about Git</itunes:subtitle>
      <itunes:summary>Edward and Martin keep talking about branching and merging, including
how some of the other code integration commands work - including
rebase, cherry-pick, and revert.  Part two of two.</itunes:summary>
      <itunes:duration>31:27</itunes:duration>
      
    </item>
    

    

    
    

    

    <item>
      <title>Branching and Merging (Part 1)</title>
      <description>
        &lt;img src="https://www.allthingsgit.com/episodes/images/branching_and_merging.png"&gt;
        &lt;div id=&quot;profile&quot;&gt;
    &lt;img src=&quot;images/branching_and_merging.png&quot; class=&quot;profile_photo&quot; /&gt;
&lt;/div&gt;

&lt;p&gt;Edward and Martin get caught up after the security release earlier this
month and talk branching and merging, including how Git actually
stores branches and does merging.&lt;/p&gt;

&lt;p&gt;They got so excited about talking about branching that this is actually
part one of two.&lt;/p&gt;

&lt;h3 id=&quot;microsoft-and-github&quot;&gt;Microsoft and GitHub&lt;/h3&gt;

&lt;p&gt;Martin and Edward didn't discuss the announcement, since Edward can't
talk intelligently about the subject yet.  Every time the topic comes
up, he just looks like this:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;images/jonah_hill.gif&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Since Edward can't be settled down to have a discussion, here's some news
on the announcement:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://blogs.microsoft.com/blog/2018/06/04/microsoft-github-empowering-developers/&quot;&gt;Microsoft Announces that it will Acquire GitHub&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://blog.github.com/2018-06-04-github-microsoft/&quot;&gt;A Bright Future for GitHub&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://natfriedman.github.io/hello/&quot;&gt;Hello, GitHub&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.reddit.com/r/AMA/comments/8pc8mf/im_nat_friedman_future_ceo_of_github_ama/&quot;&gt;I'm Nat Friedman, Future CEO of GitHub.  AMA.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;show-notes&quot;&gt;Show Notes&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://git-scm.com/book/en/v1/Git-Branching-What-a-Branch-Is&quot;&gt;Git Branching: What a Branch Is&lt;/a&gt; from the Pro Git book&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=yupKgmYdy40&amp;amp;&quot;&gt;Inside Git&lt;/a&gt;, an explanation from TechDays NL 2017&lt;/li&gt;
&lt;/ul&gt;


      </description>
      <pubDate>Tue, 12 Jun 2018 19:08:11 +0000</pubDate>
      <link>https://www.allthingsgit.com/episodes/branching_and_merging_part_1.html</link>
      <language>en-us</language>
      <guid isPermaLink="true">https://www.allthingsgit.com/episodes/branching_and_merging_part_1.html</guid>
      
      
      <category>episodes</category>
      

      
      <enclosure url="https://www.allthingsgit.com/episodes/audio/allthingsgit-15-branching_and_merging_part_1.mp3" length="26655522" type="audio/mp3" />

      <itunes:author>Edward Thomson and Martin Woodward</itunes:author>
      <itunes:subtitle>All Things Git: The podcast about Git</itunes:subtitle>
      <itunes:summary>Edward and Martin get caught up after the security release earlier this
month and talk branching and merging, including how Git actually
stores branches and does merging.  Part one of two.</itunes:summary>
      <itunes:duration>27:46</itunes:duration>
      
    </item>
    

    

    
    

    

    <item>
      <title>Git Security with Etienne Stalmans</title>
      <description>
        &lt;img src="https://www.allthingsgit.com/episodes/images/etienne_stalmans.jpg"&gt;
        &lt;div id=&quot;profile&quot;&gt;
    &lt;img src=&quot;images/etienne_stalmans.jpg&quot; class=&quot;profile_photo&quot; /&gt;
&lt;/div&gt;

&lt;p&gt;Edward and Martin discuss the recent security vulnerability in Git -
CVE 2018-11235.  They talk to
&lt;a href=&quot;https://staaldraad.github.io&quot; target=&quot;_blank&quot;&gt;Etienne Stalmans&lt;/a&gt;,
the security researcher who discovered it, and discuss what happens in the
Git security community after a vulnerability is reported.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Etienne is a Platform Security Engineer &amp;amp; Researcher in the Public
Cloud Security Group at Salesforce. He has a keen interest in protocol
reversing and finding ways to abuse functionality in everyday products.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3 id=&quot;show-notes&quot;&gt;Show Notes&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://staaldraad.github.io&quot;&gt;Etienne Stalmans&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Twitter: &lt;a href=&quot;https://twitter.com/_staaldraad&quot;&gt;@_staaldraad&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://marc.info/?l=git&amp;amp;m=152761328506724&amp;amp;w=2&quot;&gt;Git's announcement for CVE 2018-11235&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://blogs.msdn.microsoft.com/devops/2018/05/29/announcing-the-may-2018-git-security-vulnerability/&quot;&gt;An explanation of the May 2018 Git Security Vulnerability&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.edwardthomson.com/blog/upgrading_git_for_cve2018_11235.html&quot;&gt;How to tell if you're patched&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
      <pubDate>Sat, 02 Jun 2018 21:08:11 +0000</pubDate>
      <link>https://www.allthingsgit.com/episodes/git_security_with_etienne_stalmans.html</link>
      <language>en-us</language>
      <guid isPermaLink="true">https://www.allthingsgit.com/episodes/git_security_with_etienne_stalmans.html</guid>
      
      
      <category>episodes</category>
      

      
      <enclosure url="https://www.allthingsgit.com/episodes/audio/allthingsgit-14-git_security_with_etienne_stalmans.mp3" length="35225361" type="audio/mp3" />

      <itunes:author>Edward Thomson and Martin Woodward</itunes:author>
      <itunes:subtitle>All Things Git: The podcast about Git</itunes:subtitle>
      <itunes:summary>Edward and Martin discuss the recent security vulnerability in Git -
CVE 2018-11235.  They talk to
Etienne Stalmans,
the security researcher who discovered it, and discuss what happens in
the Git security community after a vulnerability is reported.</itunes:summary>
      <itunes:duration>36:42</itunes:duration>
      
    </item>
    

    

    
    

    

    <item>
      <title>The History of VC with Eric Sink</title>
      <description>
        &lt;img src="https://www.allthingsgit.com/episodes/images/eric_sink.jpg"&gt;
        &lt;div id=&quot;profile&quot;&gt;
    &lt;img src=&quot;images/eric_sink.jpg&quot; class=&quot;profile_photo&quot; /&gt;
&lt;/div&gt;

&lt;p&gt;Edward and Martin talk with their old boss
&lt;a href=&quot;https://ericsink.com/&quot;&gt;Eric Sink&lt;/a&gt; about the history of version control
as he's seen it - and helped create it.  Eric founded
&lt;a href=&quot;https://sourcegear.com/&quot;&gt;SourceGear&lt;/a&gt;, a company that created several
version control products, and literally wrote the book on version control,
&lt;a href=&quot;http://ericsink.com/vcbe/&quot;&gt;Version Control by Example&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;In his own words:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Eric's work in version control tools includes SourceGear Vault, which
was quite popular in the early days of .NET, and Veracity, which was
one of the open source DVCS tools that got crushed by Git.  SourceGear
today has pivoted to become a 12-step recovery program for people
addicted to writing version control tools.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3 id=&quot;show-notes&quot;&gt;Show Notes&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://ericsink.com/&quot;&gt;Eric Sink&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://sourcegear.com/&quot;&gt;SourceGear&lt;/a&gt;, the company behind
SourceOffSite, &lt;a href=&quot;http://sourcegear.com/vault/&quot;&gt;Vault&lt;/a&gt; and
&lt;a href=&quot;http://sourcegear.com/diffmerge/&quot;&gt;SourceGear DiffMerge&lt;/a&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.vaultthemovie.com&quot;&gt;Vault, the Movie&lt;/a&gt;, the trailer that
announced SourceGear Vault.&lt;/li&gt;
  &lt;li&gt;&quot;&lt;a href=&quot;http://ericsink.com/entries/microsoft_loves_developers.html&quot;&gt;Microsoft is becoming cool again&lt;/a&gt;&quot;,
wherein Eric explains how it's his doing that Microsoft open-sourced .NET.&lt;/li&gt;
&lt;/ul&gt;

      </description>
      <pubDate>Tue, 15 May 2018 19:12:11 +0000</pubDate>
      <link>https://www.allthingsgit.com/episodes/the_history_of_vc_with_eric_sink.html</link>
      <language>en-us</language>
      <guid isPermaLink="true">https://www.allthingsgit.com/episodes/the_history_of_vc_with_eric_sink.html</guid>
      
      
      <category>episodes</category>
      

      
      <enclosure url="https://www.allthingsgit.com/episodes/audio/allthingsgit-13-the_history_of_vc_with_eric_sink.mp3" length="44405414" type="audio/mp3" />

      <itunes:author>Edward Thomson and Martin Woodward</itunes:author>
      <itunes:subtitle>All Things Git: The podcast about Git</itunes:subtitle>
      <itunes:summary>Edward and Martin talk with their old boss
Eric Sink about the history of version control
as he's seen it - and helped create it.</itunes:summary>
      <itunes:duration>46:15</itunes:duration>
      
    </item>
    

    

    
    

    

    <item>
      <title>Git and GitHub for Students with Joe Nash</title>
      <description>
        &lt;img src="https://www.allthingsgit.com/episodes/images/joe_nash.jpg"&gt;
        &lt;div id=&quot;profile&quot;&gt;
    &lt;img src=&quot;images/joe_nash.jpg&quot; class=&quot;profile_photo&quot; /&gt;
&lt;/div&gt;

&lt;p&gt;Edward and Martin talk with &lt;a href=&quot;https://twitter.com/jna_sh&quot;&gt;Joe Nash&lt;/a&gt;
about using Git in education, self-diagnosed OCD around capitalization,
and using pull requests in non-development workflows.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Joe is the student program manager at GitHub, where his work aims to
help student leaders build inclusive learning communities. When not
capitalising the H in GitHub, Joe can usually be found talking about
the educational benefits of hackathons, or rolling d20s.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3 id=&quot;show-notes&quot;&gt;Show Notes&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://twitter.com/jna_sh&quot;&gt;Joe Nash&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://twitter.com/AaronGenest/status/984780566393339904&quot;&gt;Joe helps explain Git and GitHub&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/MicrosoftDocs/azure-docs/pull/1104&quot;&gt;Edward obeys his competitor's brand
 guidance&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Uncanny_valley&quot;&gt;Uncanny Valley&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Chrome extensions for GitHub
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://chrome.google.com/webstore/detail/octotree/bkhaagjahfmjljalopjnoealnfndnagc&quot;&gt;Octotree&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://chrome.google.com/webstore/detail/refined-github/hlepfoohegkhhmjieoechaddaejaokhf&quot;&gt;Refined GitHub&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://pinet.org.uk/&quot;&gt;PiNet&lt;/a&gt;, a system for Raspberry Pi classrooms&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://twitter.com/workergnome/status/984216505045757952&quot;&gt;David Newbury&lt;/a&gt; on Git concepts:
    &lt;blockquote&gt;
      &lt;p&gt;Git reminds me of some academic concepts. You can teach it, but It only really makes sense if you know the history of what came before and have worked at a level of complexity where you NEED it. Once you get there it changes your worldview but explaining why that’s so is SO hard. &lt;br /&gt;
David Newbury (&lt;a href=&quot;https://twitter.com/workergnome/status/984216505045757952&quot;&gt;@workergnome&lt;/a&gt;)&lt;/p&gt;
    &lt;/blockquote&gt;
  &lt;/li&gt;
&lt;/ul&gt;


      </description>
      <pubDate>Tue, 17 Apr 2018 20:42:11 +0000</pubDate>
      <link>https://www.allthingsgit.com/episodes/git_and_github_for_students_with_joe_nash.html</link>
      <language>en-us</language>
      <guid isPermaLink="true">https://www.allthingsgit.com/episodes/git_and_github_for_students_with_joe_nash.html</guid>
      
      
      <category>episodes</category>
      

      
      <enclosure url="https://www.allthingsgit.com/episodes/audio/allthingsgit-12-git_and_github_for_students_with_joe_nash.mp3" length="41116084" type="audio/mp3" />

      <itunes:author>Edward Thomson and Martin Woodward</itunes:author>
      <itunes:subtitle>All Things Git: The podcast about Git</itunes:subtitle>
      <itunes:summary>Edward and Martin talk with Joe Nash
about using Git in education, self-diagnosed OCD around capitalization,
and using pull requests in non-development workflows.</itunes:summary>
      <itunes:duration>42:50</itunes:duration>
      
    </item>
    

    

    
    

    

    <item>
      <title>Don't Ignore the Fundamentals</title>
      <description>
        &lt;img src="https://www.allthingsgit.com/episodes/images/git.png"&gt;
        &lt;div id=&quot;profile&quot;&gt;
    &lt;img src=&quot;images/git.png&quot; class=&quot;profile_photo&quot; /&gt;
&lt;/div&gt;

&lt;p&gt;Edward and Martin talk about the fundamentals that you need in
your Git repository like a proper
&lt;a href=&quot;https://github.com/github/gitignore&quot;&gt;.gitignore&lt;/a&gt; to keep your
repository clean, conditional configuration, and setting line endings
with your .gitattributes file.&lt;/p&gt;

&lt;h3 id=&quot;show-notes&quot;&gt;Show Notes&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://docs.microsoft.com/en-us/vsts/git/tutorial/ignore-files?view=vsts&quot;&gt;Getting Started with .gitignore&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/github/gitignore&quot;&gt;.gitignore collection&lt;/a&gt;, a
crowd-sourced collection of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;table class=&quot;rouge-table&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class=&quot;rouge-gutter gl&quot;&gt;&lt;pre class=&quot;lineno&quot;&gt;1
&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;rouge-code&quot;&gt;&lt;pre&gt;.gitignore
&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/code&gt; files for different types of
projects.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://edwardthomson.com/blog/git_for_windows_line_endings.html&quot;&gt;Git for Windows: Line Endings&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://edwardthomson.com/blog/git_conditional_includes.html&quot;&gt;Git Conditional
Includes&lt;/a&gt; to 
perform conditional configuration.&lt;/li&gt;
&lt;/ul&gt;

      </description>
      <pubDate>Tue, 03 Apr 2018 16:04:24 +0000</pubDate>
      <link>https://www.allthingsgit.com/episodes/dont_ignore_the_fundamentals.html</link>
      <language>en-us</language>
      <guid isPermaLink="true">https://www.allthingsgit.com/episodes/dont_ignore_the_fundamentals.html</guid>
      
      
      <category>episodes</category>
      

      
      <enclosure url="https://www.allthingsgit.com/episodes/audio/allthingsgit-11-dont_ignore_the_fundamentals.mp3" length="32823762" type="audio/mp3" />

      <itunes:author>Edward Thomson and Martin Woodward</itunes:author>
      <itunes:subtitle>All Things Git: The podcast about Git</itunes:subtitle>
      <itunes:summary>Edward and Martin talk about the fundamentals that you need in
your Git repository like a proper
.gitignore to keep your
repository clean and setting line endings with your .gitattributes
file.</itunes:summary>
      <itunes:duration>34:11</itunes:duration>
      
    </item>
    
  </channel>
</rss>
