<?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 on: Updated technique for seeing git and directory status in bash prompt</title>
	<atom:link href="http://iquaid.org/2009/11/12/updated-technique-for-seeing-git-and-directory-status-in-bash-prompt/feed/" rel="self" type="application/rss+xml" />
	<link>http://iquaid.org/2009/11/12/updated-technique-for-seeing-git-and-directory-status-in-bash-prompt/</link>
	<description>... the four laws of humanity ...</description>
	<lastBuildDate>Mon, 23 Jan 2012 20:07:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: bochecha</title>
		<link>http://iquaid.org/2009/11/12/updated-technique-for-seeing-git-and-directory-status-in-bash-prompt/comment-page-1/#comment-3694</link>
		<dc:creator>bochecha</dc:creator>
		<pubDate>Fri, 13 Nov 2009 20:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://iquaid.org/?p=882#comment-3694</guid>
		<description>&gt; « I wonder sometimes why we don’t do these sorts of tips and tricks on the Fedora wiki. »

Fixed :)</description>
		<content:encoded><![CDATA[<p>&gt; « I wonder sometimes why we don’t do these sorts of tips and tricks on the Fedora wiki. »</p>
<p>Fixed <img src='http://iquaid.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quaid</title>
		<link>http://iquaid.org/2009/11/12/updated-technique-for-seeing-git-and-directory-status-in-bash-prompt/comment-page-1/#comment-3693</link>
		<dc:creator>quaid</dc:creator>
		<pubDate>Fri, 13 Nov 2009 19:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://iquaid.org/?p=882#comment-3693</guid>
		<description>Great!  Thanks for the additional tips.

I wonder sometimes why we don&#039;t do these sorts of tips and tricks on the Fedora wiki.  It&#039;s not much harder to do.  Maybe we don&#039;t yet think of it as an end-user wiki with useful how-to content?

I wonder this even while I perpetuate the problem ...</description>
		<content:encoded><![CDATA[<p>Great!  Thanks for the additional tips.</p>
<p>I wonder sometimes why we don&#8217;t do these sorts of tips and tricks on the Fedora wiki.  It&#8217;s not much harder to do.  Maybe we don&#8217;t yet think of it as an end-user wiki with useful how-to content?</p>
<p>I wonder this even while I perpetuate the problem &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bochecha</title>
		<link>http://iquaid.org/2009/11/12/updated-technique-for-seeing-git-and-directory-status-in-bash-prompt/comment-page-1/#comment-3691</link>
		<dc:creator>bochecha</dc:creator>
		<pubDate>Fri, 13 Nov 2009 12:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://iquaid.org/?p=882#comment-3691</guid>
		<description>You know you want to try out this:
export GIT_PS1_SHOWDIRTYSTATE=true
export GIT_PS1_SHOWUNTRACKEDFILES=true
PS1=&#039;[\u@\h \W]$(__git_ps1 &quot; (%s)&quot;)\\$ &#039;

This will show you that there are uncommitted/untracked files as well as the current branch :)

I had blogged about it earlier:
http://blog.fedora-fr.org/bochecha/post/2009/08/A-git-aware-prompt-(part2)</description>
		<content:encoded><![CDATA[<p>You know you want to try out this:<br />
export GIT_PS1_SHOWDIRTYSTATE=true<br />
export GIT_PS1_SHOWUNTRACKEDFILES=true<br />
PS1=&#8217;[\u@\h \W]$(__git_ps1 &#8221; (%s)&#8221;)\\$ &#8216;</p>
<p>This will show you that there are uncommitted/untracked files as well as the current branch <img src='http://iquaid.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I had blogged about it earlier:<br />
<a href="http://blog.fedora-fr.org/bochecha/post/2009/08/A-git-aware-prompt-(part2)" rel="nofollow">http://blog.fedora-fr.org/bochecha/post/2009/08/A-git-aware-prompt-(part2)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quaid</title>
		<link>http://iquaid.org/2009/11/12/updated-technique-for-seeing-git-and-directory-status-in-bash-prompt/comment-page-1/#comment-3687</link>
		<dc:creator>quaid</dc:creator>
		<pubDate>Fri, 13 Nov 2009 03:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://iquaid.org/?p=882#comment-3687</guid>
		<description>When I pointed tmz at the post, he had one more comment:

&lt;pre&gt;
19:04 &lt; tmz&gt; quaid: Cool.  Glad it helped.  (Another place to point
             people might be
             https://fedoraproject.org/wiki/Git_Quickref#Display_current_branch_in_bash)
...
19:04 &lt; tmz&gt; quaid: If you have bash-completion installed, there&#039;s not
             even a need to copy the completion script. :)
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>When I pointed tmz at the post, he had one more comment:</p>
<pre>
19:04 < tmz> quaid: Cool.  Glad it helped.  (Another place to point
             people might be
             <a href="https://fedoraproject.org/wiki/Git_Quickref#Display_current_branch_in_bash" rel="nofollow">https://fedoraproject.org/wiki/Git_Quickref#Display_current_branch_in_bash</a>)
...
19:04 < tmz> quaid: If you have bash-completion installed, there's not
             even a need to copy the completion script. <img src='http://iquaid.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

