<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>git on ZeroTao</title>
    <link>https://zerotao.org/tags/git/</link>
    <description>Recent content in git on ZeroTao</description>
    <generator>Hugo -- gohugo.io</generator>
    <managingEditor>jshiffer@zerotao.org (Jason Shiffer)</managingEditor>
    <webMaster>jshiffer@zerotao.org (Jason Shiffer)</webMaster>
    <lastBuildDate>Mon, 17 Jan 2011 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://zerotao.org/tags/git/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Third Party Sources, git, and you</title>
      <link>https://zerotao.org/post/third-party-sources-git-and-you/</link>
      <pubDate>Mon, 17 Jan 2011 00:00:00 +0000</pubDate>
      <author>jshiffer@zerotao.org (Jason Shiffer)</author>
      <guid>https://zerotao.org/post/third-party-sources-git-and-you/</guid>
      <description>This is not a &amp;ldquo;new idea&amp;rdquo; but I can never find it when I need it. So if you too want to track some third party package that is not already in git (if it is then just fork it) then I suggest this method.
Initial import $ mkdir &amp;lt;package&amp;gt; $ cd &amp;lt;package&amp;gt; $ tar -xzf &amp;lt;package&amp;gt;.tar.gz --strip-components 1 $ git add . $ git commit -m &amp;#34;Import version X.</description>
    </item>
    
    <item>
      <title>Great Step by Step Tutorial of how GIT works</title>
      <link>https://zerotao.org/post/great-step-by-step-tutorial-of-how-git-works/</link>
      <pubDate>Fri, 23 Jan 2009 00:00:00 +0000</pubDate>
      <author>jshiffer@zerotao.org (Jason Shiffer)</author>
      <guid>https://zerotao.org/post/great-step-by-step-tutorial-of-how-git-works/</guid>
      <description>&lt;p&gt;Having difficulty grasping &lt;a href=&#34;http://git-scm.com/&#34;&gt;GIT&lt;/a&gt;?  Unsure when you should pull vs. fetch vs. rebase?&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>