<?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: Displaying GIT Branch on your PowerShell prompt</title>
	<atom:link href="http://allyourcodearebelongto.me/blog/2008/10/12/displaying-git-branch-on-your-powershell-prompt/feed/" rel="self" type="application/rss+xml" />
	<link>http://allyourcodearebelongto.me/blog/2008/10/12/displaying-git-branch-on-your-powershell-prompt/</link>
	<description>All About Everything</description>
	<lastBuildDate>Mon, 07 Dec 2009 09:03:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AutoCompleting ssh, rake, cap command parameters using PowerShell &#124; Blog</title>
		<link>http://allyourcodearebelongto.me/blog/2008/10/12/displaying-git-branch-on-your-powershell-prompt/comment-page-1/#comment-52</link>
		<dc:creator>AutoCompleting ssh, rake, cap command parameters using PowerShell &#124; Blog</dc:creator>
		<pubDate>Sun, 23 Nov 2008 19:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://techblogging.wordpress.com/2008/10/12/displaying-git-branch-on-your-powershell-prompt/#comment-52</guid>
		<description>[...] your PowerShell profile file (for help see here) and create a function with name &quot;global:TabExpansion&quot; in it. This function basically [...]</description>
		<content:encoded><![CDATA[<p>[...] your PowerShell profile file (for help see here) and create a function with name &quot;global:TabExpansion&quot; in it. This function basically [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Episode 46 - SQL PSX &#171; PowerScripting Podcast</title>
		<link>http://allyourcodearebelongto.me/blog/2008/10/12/displaying-git-branch-on-your-powershell-prompt/comment-page-1/#comment-38</link>
		<dc:creator>Episode 46 - SQL PSX &#171; PowerScripting Podcast</dc:creator>
		<pubDate>Wed, 29 Oct 2008 04:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://techblogging.wordpress.com/2008/10/12/displaying-git-branch-on-your-powershell-prompt/#comment-38</guid>
		<description>[...] Displaying GIT Branch On Your PowerShell Prompt [...]</description>
		<content:encoded><![CDATA[<p>[...] Displaying GIT Branch On Your PowerShell Prompt [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techblogger</title>
		<link>http://allyourcodearebelongto.me/blog/2008/10/12/displaying-git-branch-on-your-powershell-prompt/comment-page-1/#comment-40</link>
		<dc:creator>techblogger</dc:creator>
		<pubDate>Mon, 13 Oct 2008 16:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://techblogging.wordpress.com/2008/10/12/displaying-git-branch-on-your-powershell-prompt/#comment-40</guid>
		<description>@Manik: Something like this already exists for bash. You can check it out here:
http://github.com/guides/put-your-git-branch-name-in-your-shell-prompt</description>
		<content:encoded><![CDATA[<p>@Manik: Something like this already exists for bash. You can check it out here:<br />
<a href="http://github.com/guides/put-your-git-branch-name-in-your-shell-prompt" rel="nofollow">http://github.com/guides/put-your-git-branch-name-in-your-shell-prompt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manik</title>
		<link>http://allyourcodearebelongto.me/blog/2008/10/12/displaying-git-branch-on-your-powershell-prompt/comment-page-1/#comment-39</link>
		<dc:creator>Manik</dc:creator>
		<pubDate>Mon, 13 Oct 2008 16:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://techblogging.wordpress.com/2008/10/12/displaying-git-branch-on-your-powershell-prompt/#comment-39</guid>
		<description>Very useful!  Write something like this for my mac too :)</description>
		<content:encoded><![CDATA[<p>Very useful!  Write something like this for my mac too :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halr9000</title>
		<link>http://allyourcodearebelongto.me/blog/2008/10/12/displaying-git-branch-on-your-powershell-prompt/comment-page-1/#comment-42</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Sun, 12 Oct 2008 22:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://techblogging.wordpress.com/2008/10/12/displaying-git-branch-on-your-powershell-prompt/#comment-42</guid>
		<description>Awesome!  We&#039;re going to cover it in an upcoming PowerScripting Podcast (powerscripting.net)</description>
		<content:encoded><![CDATA[<p>Awesome!  We&#8217;re going to cover it in an upcoming PowerScripting Podcast (powerscripting.net)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Development in a Blink &#187; Blog Archive &#187; Displaying SVN Info On Your PowerShell Prompt</title>
		<link>http://allyourcodearebelongto.me/blog/2008/10/12/displaying-git-branch-on-your-powershell-prompt/comment-page-1/#comment-41</link>
		<dc:creator>Development in a Blink &#187; Blog Archive &#187; Displaying SVN Info On Your PowerShell Prompt</dc:creator>
		<pubDate>Sun, 12 Oct 2008 16:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://techblogging.wordpress.com/2008/10/12/displaying-git-branch-on-your-powershell-prompt/#comment-41</guid>
		<description>[...] across this post Displaying GIT Branch on your PowerShell prompt and built it for subversion. Add this to your [...]</description>
		<content:encoded><![CDATA[<p>[...] across this post Displaying GIT Branch on your PowerShell prompt and built it for subversion. Add this to your [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

