<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for A Waage Blog</title>
	<atom:link href="http://qugstart.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://qugstart.com/blog</link>
	<description>Ruby, Rails, Life</description>
	<lastBuildDate>Tue, 31 Jan 2012 11:25:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Create a new Git Remote Repository from some local files (or local git repository) by Stealthii</title>
		<link>http://qugstart.com/blog/ruby-and-rails/create-a-new-git-remote-repository-from-some-local-files-or-local-git-repository/comment-page-1/#comment-12186</link>
		<dc:creator>Stealthii</dc:creator>
		<pubDate>Tue, 31 Jan 2012 11:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://qugstart.com/blog/?p=30#comment-12186</guid>
		<description>@sparsh: You can call the remote repository anything you want - the origin is just usually called &#039;origin&#039;.  You can define different remote repositories to push and pull from, just give them different names.

Say you were adding your private repo, make sure you create it with correct permissions, then in your local clone..

git remote add priv ssh://git@priv-home-server/git_path/foo_project.git</description>
		<content:encoded><![CDATA[<p>@sparsh: You can call the remote repository anything you want &#8211; the origin is just usually called &#8216;origin&#8217;.  You can define different remote repositories to push and pull from, just give them different names.</p>
<p>Say you were adding your private repo, make sure you create it with correct permissions, then in your local clone..</p>
<p>git remote add priv ssh://git@priv-home-server/git_path/foo_project.git</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress Plugin &#8211; track referrers based on url GET parameters using regular expressions by personal reference</title>
		<link>http://qugstart.com/blog/wordpress/wordpress-plugin-track-referrers-based-on-url-get-parameters-using-regular-expressions/comment-page-1/#comment-12110</link>
		<dc:creator>personal reference</dc:creator>
		<pubDate>Sat, 28 Jan 2012 19:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://qugstart.com/blog/?p=88#comment-12110</guid>
		<description>Excellent post! I have suggest highly this website to all my friends and family. Please keep up the good work</description>
		<content:encoded><![CDATA[<p>Excellent post! I have suggest highly this website to all my friends and family. Please keep up the good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a new Git Remote Repository from some local files (or local git repository) by Marcel Chastain</title>
		<link>http://qugstart.com/blog/ruby-and-rails/create-a-new-git-remote-repository-from-some-local-files-or-local-git-repository/comment-page-1/#comment-12065</link>
		<dc:creator>Marcel Chastain</dc:creator>
		<pubDate>Fri, 27 Jan 2012 02:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://qugstart.com/blog/?p=30#comment-12065</guid>
		<description>Thanks for the info, it saved me lots of time. 
Great formatting for all the commands as well, very easy to copy as needed.

--mC</description>
		<content:encoded><![CDATA[<p>Thanks for the info, it saved me lots of time.<br />
Great formatting for all the commands as well, very easy to copy as needed.</p>
<p>&#8211;mC</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add colored git branch name to your shell prompt by jol blazey</title>
		<link>http://qugstart.com/blog/git-and-svn/add-colored-git-branch-name-to-your-shell-prompt/comment-page-1/#comment-11929</link>
		<dc:creator>jol blazey</dc:creator>
		<pubDate>Sun, 22 Jan 2012 22:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://qugstart.com/blog/?p=11#comment-11929</guid>
		<description>git 1.7.0.4+ already has a function defined for this called __git_ps1. But the solution below has no colour:
The \$ caused a problem in my bash, i had to remove the \

Code:

case &quot;$TERM&quot; in
xterm*&#124;rxvt*)
    PS1=&#039;\u@\h:\w$(__git_ps1 &quot;[%s]&quot;)$ &#039;
    ;;
*)
    ;;
esac</description>
		<content:encoded><![CDATA[<p>git 1.7.0.4+ already has a function defined for this called __git_ps1. But the solution below has no colour:<br />
The \$ caused a problem in my bash, i had to remove the \</p>
<p>Code:</p>
<p>case &#8220;$TERM&#8221; in<br />
xterm*|rxvt*)<br />
    PS1=&#8217;\u@\h:\w$(__git_ps1 &#8220;[%s]&#8220;)$ &#8216;<br />
    ;;<br />
*)<br />
    ;;<br />
esac</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a new Git Remote Repository from some local files (or local git repository) by kriom</title>
		<link>http://qugstart.com/blog/ruby-and-rails/create-a-new-git-remote-repository-from-some-local-files-or-local-git-repository/comment-page-1/#comment-11859</link>
		<dc:creator>kriom</dc:creator>
		<pubDate>Fri, 20 Jan 2012 08:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://qugstart.com/blog/?p=30#comment-11859</guid>
		<description>Thank you, it&#039;s helpful</description>
		<content:encoded><![CDATA[<p>Thank you, it&#8217;s helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a new Git Remote Repository from some local files (or local git repository) by Antonio Serrano</title>
		<link>http://qugstart.com/blog/ruby-and-rails/create-a-new-git-remote-repository-from-some-local-files-or-local-git-repository/comment-page-1/#comment-11749</link>
		<dc:creator>Antonio Serrano</dc:creator>
		<pubDate>Tue, 17 Jan 2012 08:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://qugstart.com/blog/?p=30#comment-11749</guid>
		<description>You&#039;ve saved me a lot of work.

Thanks!</description>
		<content:encoded><![CDATA[<p>You&#8217;ve saved me a lot of work.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Set up DB server on Amazon EC2 with data stored on EBS drive formatted with XFS by Install WordPress on an Amazon AWS EC2 Linux instance with data on EBS</title>
		<link>http://qugstart.com/blog/amazon-web-services/how-to-set-up-db-server-on-amazon-ec2-with-data-stored-on-ebs-drive-formatted-with-xfs/comment-page-1/#comment-11650</link>
		<dc:creator>Install WordPress on an Amazon AWS EC2 Linux instance with data on EBS</dc:creator>
		<pubDate>Sat, 14 Jan 2012 19:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://qugstart.com/blog/?p=44#comment-11650</guid>
		<description>[...] How to Set up DB server on Amazon EC2 with data stored on EBS drive formatted with XFS [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Set up DB server on Amazon EC2 with data stored on EBS drive formatted with XFS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to mount an Amazon S3 bucket as virtual drive on CentOS 5.2 by Theodore Zoquier</title>
		<link>http://qugstart.com/blog/linux/how-to-mount-an-amazon-s3-bucket-as-virtual-drive-on-centos-5-2/comment-page-1/#comment-11412</link>
		<dc:creator>Theodore Zoquier</dc:creator>
		<pubDate>Sat, 07 Jan 2012 21:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://qugstart.com/blog/?p=53#comment-11412</guid>
		<description>VPS really are a must-have item nowadays for me. Thanks for the details.</description>
		<content:encoded><![CDATA[<p>VPS really are a must-have item nowadays for me. Thanks for the details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a new Git Remote Repository from some local files (or local git repository) by Some quick git tips</title>
		<link>http://qugstart.com/blog/ruby-and-rails/create-a-new-git-remote-repository-from-some-local-files-or-local-git-repository/comment-page-1/#comment-11347</link>
		<dc:creator>Some quick git tips</dc:creator>
		<pubDate>Thu, 05 Jan 2012 19:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://qugstart.com/blog/?p=30#comment-11347</guid>
		<description>[...] I found an excellent resource called Create a new Git Remote Repository from some local files (or local git repository). Very accurate, very clear, and very easy to follow. Essentially I was taking a 4GB set of [...]</description>
		<content:encoded><![CDATA[<p>[...] I found an excellent resource called Create a new Git Remote Repository from some local files (or local git repository). Very accurate, very clear, and very easy to follow. Essentially I was taking a 4GB set of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Set up DB server on Amazon EC2 with data stored on EBS drive formatted with XFS by Page not found - Music To Write Code To</title>
		<link>http://qugstart.com/blog/amazon-web-services/how-to-set-up-db-server-on-amazon-ec2-with-data-stored-on-ebs-drive-formatted-with-xfs/comment-page-1/#comment-11253</link>
		<dc:creator>Page not found - Music To Write Code To</dc:creator>
		<pubDate>Tue, 03 Jan 2012 17:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://qugstart.com/blog/?p=44#comment-11253</guid>
		<description>[...] How to Set up DB server on Amazon EC2 with data stored on EBS drive formatted with XFS [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Set up DB server on Amazon EC2 with data stored on EBS drive formatted with XFS [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

