<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (bgporter)</title>
    <link>https://pinboard.in/u:bgporter/public/</link>
    <description>recent bookmarks from bgporter</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://alistapart.com/articles/get-started-with-git"/>
	<rdf:li rdf:resource="http://osteele.com/posts/2008/05/my-git-workflow"/>
	<rdf:li rdf:resource="http://www.youtube.com/watch?feature=player_embedded&amp;v=oJ_cUyN3Lio"/>
	<rdf:li rdf:resource="http://progit.org/2011/07/11/reset.html"/>
	<rdf:li rdf:resource="http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way"/>
	<rdf:li rdf:resource="http://andyjeffries.co.uk/articles/25-tips-for-intermediate-git-users"/>
	<rdf:li rdf:resource="http://ndpsoftware.com/git-cheatsheet.html"/>
	<rdf:li rdf:resource="http://thinkvitamin.com/code/starting-with-git-cheat-sheet/"/>
	<rdf:li rdf:resource="http://www.kernel.org/pub/software/scm/git/docs/everyday.html"/>
	<rdf:li rdf:resource="http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/"/>
	<rdf:li rdf:resource="http://yehudakatz.com/2010/05/13/common-git-workflows/"/>
	<rdf:li rdf:resource="http://nvie.com/git-model"/>
	<rdf:li rdf:resource="http://toroid.org/ams/git-central-repo-howto"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://alistapart.com/articles/get-started-with-git">
    <title>A List Apart: Articles: Get Started with Git</title>
    <dc:date>2012-11-09T18:53:54+00:00</dc:date>
    <link>http://alistapart.com/articles/get-started-with-git</link>
    <dc:creator>bgporter</dc:creator><dc:subject>git tutorial</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:bgporter/b:17c4c4c6eee3/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:tutorial"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://osteele.com/posts/2008/05/my-git-workflow">
    <title>My Git Workflow</title>
    <dc:date>2012-09-10T13:14:26+00:00</dc:date>
    <link>http://osteele.com/posts/2008/05/my-git-workflow</link>
    <dc:creator>bgporter</dc:creator><description><![CDATA[Oliver Steele writes on git.]]></description>
<dc:subject>git workflow</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:bgporter/b:123e064754b5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:workflow"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.youtube.com/watch?feature=player_embedded&amp;v=oJ_cUyN3Lio">
    <title>Version Control with Git - YouTube</title>
    <dc:date>2012-05-24T13:02:05+00:00</dc:date>
    <link>http://www.youtube.com/watch?feature=player_embedded&amp;v=oJ_cUyN3Lio</link>
    <dc:creator>bgporter</dc:creator><dc:subject>git linkedlist</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:bgporter/b:cf05e5f5afe2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:linkedlist"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://progit.org/2011/07/11/reset.html">
    <title>Pro Git - Reset Demystified</title>
    <dc:date>2012-04-26T17:46:44+00:00</dc:date>
    <link>http://progit.org/2011/07/11/reset.html</link>
    <dc:creator>bgporter</dc:creator><description><![CDATA[nice git tutorial page
]]></description>
<dc:subject>development git</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:bgporter/b:e14f5f4d58dc/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:git"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way">
    <title>scie.nti.st » Hosting Git repositories, The Easy (and Secure) Way</title>
    <dc:date>2010-12-13T19:39:54+00:00</dc:date>
    <link>http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way</link>
    <dc:creator>bgporter</dc:creator><description><![CDATA[ I use an up and coming tool called gitosis that my friend Tv wrote to help make hosting git repos easier and safer. It manages multiple repositories under one user account, using SSH keys to identify users.
]]></description>
<dc:subject>git howto</dc:subject>
<dc:identifier>https://pinboard.in/u:bgporter/b:da0ac306747e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://andyjeffries.co.uk/articles/25-tips-for-intermediate-git-users">
    <title>25 Tips for Intermediate Git Users : Andy Jeffries : Ruby on Rails, MySQL and jQuery Developer</title>
    <dc:date>2010-12-08T14:28:21+00:00</dc:date>
    <link>http://andyjeffries.co.uk/articles/25-tips-for-intermediate-git-users</link>
    <dc:creator>bgporter</dc:creator><dc:subject>git howto</dc:subject>
<dc:identifier>https://pinboard.in/u:bgporter/b:911b5cd83660/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://ndpsoftware.com/git-cheatsheet.html">
    <title>Git Cheatsheet</title>
    <dc:date>2010-11-03T19:56:19+00:00</dc:date>
    <link>http://ndpsoftware.com/git-cheatsheet.html</link>
    <dc:creator>bgporter</dc:creator><description><![CDATA[A nice visual cheatsheet for git
]]></description>
<dc:subject>cheatsheet git</dc:subject>
<dc:identifier>https://pinboard.in/u:bgporter/b:cd642f2d96c2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:cheatsheet"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:git"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://thinkvitamin.com/code/starting-with-git-cheat-sheet/">
    <title>Starting with Git: Cheat Sheet | Think Vitamin</title>
    <dc:date>2010-11-03T19:55:03+00:00</dc:date>
    <link>http://thinkvitamin.com/code/starting-with-git-cheat-sheet/</link>
    <dc:creator>bgporter</dc:creator><dc:subject>development git cheatsheet</dc:subject>
<dc:identifier>https://pinboard.in/u:bgporter/b:f633edd66313/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:cheatsheet"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.kernel.org/pub/software/scm/git/docs/everyday.html">
    <title>Everyday GIT With 20 Commands Or So</title>
    <dc:date>2010-10-24T13:28:39+00:00</dc:date>
    <link>http://www.kernel.org/pub/software/scm/git/docs/everyday.html</link>
    <dc:creator>bgporter</dc:creator><dc:subject>git tutorial</dc:subject>
<dc:identifier>https://pinboard.in/u:bgporter/b:3166a7dce791/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:tutorial"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/">
    <title>Why aren't you using git-flow? - Jeff Kreeftmeijer</title>
    <dc:date>2010-08-19T15:03:16+00:00</dc:date>
    <link>http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/</link>
    <dc:creator>bgporter</dc:creator><description><![CDATA[Article on useful git extensions for branching
]]></description>
<dc:subject>git workflow</dc:subject>
<dc:identifier>https://pinboard.in/u:bgporter/b:f76fbacc2d57/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:workflow"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://yehudakatz.com/2010/05/13/common-git-workflows/">
    <title>My Common Git Workflow « Katz Got Your Tongue?</title>
    <dc:date>2010-05-13T13:08:55+00:00</dc:date>
    <link>http://yehudakatz.com/2010/05/13/common-git-workflows/</link>
    <dc:creator>bgporter</dc:creator><description><![CDATA[A recent post that was highly ranked on Hacker News complained about common git workflows causing him serious pain. While I won’t get into the merit of his user experience complaints, I do want to talk about his specific use-case and how I personally work with it in git.
]]></description>
<dc:subject>git scm tutorial</dc:subject>
<dc:identifier>https://pinboard.in/u:bgporter/b:a1b13acf8b12/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:scm"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:tutorial"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://nvie.com/git-model">
    <title>nvie.com » Blog Archive » A successful Git branching model</title>
    <dc:date>2010-04-21T18:14:27+00:00</dc:date>
    <link>http://nvie.com/git-model</link>
    <dc:creator>bgporter</dc:creator><description><![CDATA[In this post I present the development model that I’ve introduced for all of my projects (both at work and private) about a year ago, and which has turned out to be very successful.
]]></description>
<dc:subject>git vcs development</dc:subject>
<dc:identifier>https://pinboard.in/u:bgporter/b:ac43b7a16874/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:vcs"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:development"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://toroid.org/ams/git-central-repo-howto">
    <title>Using Git with a central repository</title>
    <dc:date>2010-04-21T17:37:17+00:00</dc:date>
    <link>http://toroid.org/ams/git-central-repo-howto</link>
    <dc:creator>bgporter</dc:creator><description><![CDATA[This tutorial explains how to share a Git repository among developers. It is meant for small teams who are adopting Git for the first time, and want to get started quickly with a familiar setup before exploring Git's many new possibilities.
]]></description>
<dc:subject>development git vcs</dc:subject>
<dc:identifier>https://pinboard.in/u:bgporter/b:1f37352e7d71/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:vcs"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>