<?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>Under the Digital Cloud &#187; Git</title>
	<atom:link href="http://www.ocsblog.com/category/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ocsblog.com</link>
	<description>Perspectives from the staff at OCS Solutions</description>
	<lastBuildDate>Mon, 02 Nov 2009 01:29:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New Git Documentation</title>
		<link>http://www.ocsblog.com/2009/08/new-git-documentation/</link>
		<comments>http://www.ocsblog.com/2009/08/new-git-documentation/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 10:29:20 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.ocsblog.com/?p=48</guid>
		<description><![CDATA[We have created a new guide on using Git with your OCS Solutions hosting account on our support wiki.  This guide gives assistance with creating, managing, and updating Git repositories on your hosting account.
It provides a practical example on how to use Git to manage your website hosting files.  You can use Git to manage [...]]]></description>
			<content:encoded><![CDATA[<p>We have created a new guide on <a href="http://wiki.ocssolutions.com/Creating_a_Git_Repository">using Git with your OCS Solutions hosting account</a> on our support wiki.  This guide gives assistance with creating, managing, and updating Git repositories on your hosting account.</p>
<p>It provides a practical example on how to use Git to manage your website hosting files.  You can use Git to manage the files in your <code>~/public_html</code> folder for PHP and HTML-based sites, or your <code>~/rails_apps/yourapp</code> folder if you have a Rails-based site.  Also included are instructions on hiding your <code>.git</code> folder from prying eyes if you use it to manage your website, enhancing your site security.</p>
<p>The advantages that Git has over Subversion are that it is typically faster to use, uses less network bandwidth when transferring data from one repository to another, and its decentralized, meaning branching is easier and you don&#8217;t have to rely on a central server for updates.  I personally find Git a better overall experience than Subversion because of the way the entire repository sits on your computer and on other locations your code exists, providing complete redundancy and easier portability for coding on the go.</p>
<p>If you haven&#8217;t given our Git support a try, we encourage you to.  You can learn more about Git at the <a href="http://www.git-scm.com/">official Git website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ocsblog.com/2009/08/new-git-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
