<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blue Cog Blog &#187; SCM</title>
	<atom:link href="http://www.bluecog.com/blog/tag/scm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bluecog.com/blog</link>
	<description>It's just a freaking blue cog...</description>
	<lastBuildDate>Thu, 22 Dec 2011 01:21:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Git Resources</title>
		<link>http://www.bluecog.com/blog/2010/03/02/git-resources/</link>
		<comments>http://www.bluecog.com/blog/2010/03/02/git-resources/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 17:27:16 +0000</pubDate>
		<dc:creator>Bill Melvin</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[SCM]]></category>

		<guid isPermaLink="false">http://www.bluecog.com/blog/?p=549</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>I have been learning to use Git. The following is a list of resources I found to be useful, interesting, or that I want to explore further as I get into Git:<br />
<a href="http://www.bluecog.com/blog/wp-content/uploads/2010/03/GitYummyTrees.png"><img src="http://www.bluecog.com/blog/wp-content/uploads/2010/03/GitYummyTrees.png" alt="" title="GitYummyTrees" width="101" height="98" class="alignright size-full wp-image-566" /></a><br />
Website: <a href="http://git-scm.com/">Git &#8211; Fast Version Control System</a> &#8211; The home of Git. When you think <em>source code management</em> it&#8217;s only natural to picture a monster eating trees.</p>
<p>Book: <a href="http://progit.org/">Book &#8211; Pro Git &#8211; by Scott Chacon</a> &#8211; Concise coverage of using Git. You can purchase the book or read the whole book online.</p>
<p>Book: <a href="http://my.safaribooksonline.com/9780596158187">Safari Books Online: Version Control with Git, 1st Edition</a></p>
<p>Tool: <a href="http://code.google.com/p/msysgit/">msysgit</a> &#8211; Run Git on Windows from a specialized BASH prompt.</p>
<p><em>[Update 2010-07-03: Changed the order of the list so the resources I have used the most are above this note.]</em></p>
<p>Website: <a href="http://github.com/">GitHub &#8211; Secure Git hosting and collaborative development</a></p>
<p>Video: <a href="http://www.oreillynet.com/pub/e/1394?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+oreilly%2Fnews+%28O%27Reilly+News%29&#038;utm_content=Google+Reader">Webcast: Git in One Hour</a> &#8211; Scott Chacon shows a lot of what he covers in his book in this screencast.</p>
<p>Video: <a href="http://vimeo.com/9324683">James Gregory on Git</a> &#8211; <a href="http://jagregory.com/">James Gregory</a> does a screencast on Git as well.</p>
<p>Website: <a href="http://gitready.com/">git ready &#8211; learn git one commit at a time</a> </p>
<p>Article: <a href="http://utsl.gen.nz/talks/git-svn/intro.html">An introduction to git-svn for Subversion/SVK users and deserters</a></p>
<p>Article: <a href="http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way">scie.nti.st &#8211; Hosting Git repositories, The Easy (and Secure) Way</a> &#8211; Gitosis.</p>
<p>Article: <a href="http://blog.wekeroad.com/2009/11/23/deploying-a-web-application-with-git-and-ftp?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+wekeroad%2FEeKc+%28Rob+Conery%29&#038;utm_content=Google+Reader">Deploying A Web Application with Git and FTP</a> &#8211; Rob Conery shows one way he uses Git.</p>
<p>Article: <a href="http://www.lostechies.com/blogs/jason_meridth/archive/2009/06/01/git-for-windows-developers-git-series-part-1.aspx">Git For Windows Developers – Git Series &#8211; Part 1 &#8211; Jason Meridth &#8211; Los Techies</a> &#8211; Describes using msysgit.</p>
<p>Article: <a href="http://www.lostechies.com/blogs/derickbailey/archive/2010/02/03/branch-per-feature-how-i-manage-subversion-with-git-branches.aspx">Branch-Per-Feature &#8211;  How I Manage Subversion With Git Branches &#8211; Los Techies</a></p>
<p>Article: <a href="http://www.lostechies.com/blogs/jagregory/archive/2009/11/25/git-s-guts-branches-head-and-fast-forwards.aspx">Git&#39;s guts: Branches, HEAD, and fast-forwards &#8211; James Gregory&#39;s Blog &#8211; Los Techies</a></p>
<p>Article: <a href="http://martinfowler.com/bliki/VersionControlTools.html">Martin Fowler &#8211; Version Control Tools</a> &#8211; Not about Git specifically. </p>
<p>Article: <a href="http://reinh.com/blog/2009/03/02/a-git-workflow-for-agile-teams.html">ReinH &#8211; A Git Workflow for Agile Teams</a></p>
<p>Article: <a href="http://blog.weiskotten.com/2009/04/my-git-workflow.html">Jer on Rails &#8211; My Git Workflow</a></p>
<p>Article: <a href="http://justinfrench.com/index.php?id=253">JustinFrench.com &#8211; Git Aliases Rock</a></p>
<p>Article: <a href="http://github.com/guides/put-your-git-branch-name-in-your-shell-prompt">GitHub &#8211; Guides &#8211; Put your git branch name in your shell prompt</a></p>
<p>Article: <a href="http://www.tpope.net/node/106">A Note About Git Commit Messages | tpope.net</a></p>
<p>Article/Tool: <a href="http://michael-bien.com/mbien/entry/netbeans_git_plugin">Michael Bien&#39;s Weblog &#8211; NetBeans GIT support</a> &#8211; I have not tried the NBGit plugin yet but I have been playing with NetBeans a bit.</p>
<p>Podcast: <a href="http://www.hanselman.com/blog/HanselminutesPodcast108ExploringDistributedSourceControlWithGit.aspx">Hanselminutes Podcast 108 &#8211; Exploring Distributed Source Control with Git</a></p>
<p>Tool: <a href="http://github.com/webmat/git_remote_branch">git_remote_branch</a></p>
<p>Tool: <a href="http://code.google.com/p/tortoisegit/">tortoisegit</a> &#8211; Maybe like TortoiseSVN. I have not tried it.</p>
<p>Tool: <a href="http://www.eclipse.org/egit/">EGit</a> &#8211; Git plugin for Eclipse. I have not tried it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecog.com/blog/2010/03/02/git-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

