<?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>andr3w.net &#187; git</title>
	<atom:link href="http://andr3w.net/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://andr3w.net</link>
	<description>amateur web development...</description>
	<lastBuildDate>Fri, 19 Mar 2010 17:34:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>github? we don&#8217;t need no stinking github&#8230;</title>
		<link>http://andr3w.net/2009/02/github-we-dont-need-no-stinking-github/</link>
		<comments>http://andr3w.net/2009/02/github-we-dont-need-no-stinking-github/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 01:13:29 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[system]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[host]]></category>

		<guid isPermaLink="false">http://andr3w.net/?p=31</guid>
		<description><![CDATA[I use git for all my projects&#8230; I love the ability to commit changes when I&#8217;m on an airplane or stuck somewhere without internet access. However, I still like to be able to push my git project to a remote server for backup and accessibility, and I&#8217;m not going to pay for github. Don&#8217;t get [...]]]></description>
			<content:encoded><![CDATA[<p>I use git for all my projects&#8230; I love the ability to commit changes when I&#8217;m on an airplane or stuck somewhere without internet access. However, I still like to be able to push my git project to a remote server for backup and accessibility, and I&#8217;m not going to pay for <a href="http://github.com/">github</a>. Don&#8217;t get me wrong, github is fine for public projects and collaborative development, but for my personal development stuff, it&#8217;s an unnecessary expense.</p>
<p>Well, I always forget how to setup a remote master so that I can push and pull and keep a backup on a remote server. Here are my quick notes&#8230;. for a detailed explanation see Tim Lucas&#8217;s <a href="http://toolmantim.com/articles/setting_up_a_new_remote_git_repository">tutorial</a>.</p>
<p>On server:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>srv<span style="color: #000000; font-weight: bold;">/</span>git<span style="color: #000000; font-weight: bold;">/</span>whatever<br />
<span style="color: #c20cb9; font-weight: bold;">git</span> init <span style="color: #000000; font-weight: bold;">/</span>srv<span style="color: #000000; font-weight: bold;">/</span>git<span style="color: #000000; font-weight: bold;">/</span>whatever</div></td></tr></tbody></table></div>
</p>
<p>On local machine:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">git</span> remote add origin <span style="color: #c20cb9; font-weight: bold;">ssh</span>:<span style="color: #000000; font-weight: bold;">//</span>host<span style="color: #000000; font-weight: bold;">/</span>srv<span style="color: #000000; font-weight: bold;">/</span>git<span style="color: #000000; font-weight: bold;">/</span>whatever<br />
<span style="color: #c20cb9; font-weight: bold;">git</span> push origin master</div></td></tr></tbody></table></div>
<p>And you&#8217;re all set!</p>
]]></content:encoded>
			<wfw:commentRss>http://andr3w.net/2009/02/github-we-dont-need-no-stinking-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
