<?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>JP&#039;s Blog-O-Matic &#187; Git</title>
	<atom:link href="http://www.viceclown.com/category/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.viceclown.com</link>
	<description>tecnology &#124; community &#124; stuff</description>
	<lastBuildDate>Sat, 10 Apr 2010 06:01:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Windows Shell Organization</title>
		<link>http://www.viceclown.com/2010/04/10/windows-shell-organization/</link>
		<comments>http://www.viceclown.com/2010/04/10/windows-shell-organization/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 05:52:51 +0000</pubDate>
		<dc:creator>JP Toto</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.viceclown.com/?p=162</guid>
		<description><![CDATA[If you use Microsoft Windows and you work in a shell or command prompt frequently then you probably have more than one shell window open at a time. On Microsoft Windows, I frequently have a regular cmd window, SSH Cygwin window, second cmd window for Git commands, and sometimes even a PowerShell window. This can [...]]]></description>
			<content:encoded><![CDATA[<p>If you use <!-- B:123LinkIt --><a class="123linkit" onclick="window.open(Url123LinkIt1);return false" onmousedown="this.href=Url123LinkIt1" onmouseout="this.href='/microsoft'" rel="nofollow" href="/microsoft"><!-- E:123LinkIt -->Microsoft<!-- B:123LinkIt --></a><!-- E:123LinkIt --> Windows and you work in a shell or command prompt frequently then you probably have more than one shell window open at a time. On Microsoft Windows, I frequently have a regular cmd window, SSH Cygwin window, second cmd window for Git commands, and sometimes even a PowerShell window. This can get confusing pretty quickly which makes it difficult to alt-tab back and forth between the shell windows I&#8217;m looking for. You get a mess like:</p>
<p style="text-align: center;">
<div id="attachment_163" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.viceclown.com/wp-content/uploads/2010/04/shell1.png"><img class="size-full wp-image-163  " title="Messy Shells" src="http://www.viceclown.com/wp-content/uploads/2010/04/shell1.png" alt="Messy Shells" width="500" height="300" /></a><p class="wp-caption-text">They all look the same!</p></div>
<p>That&#8217;s a mess and it drives me crazy. One nice way to organize your shells, at least by group, is to color code them so they stand out better. For example, I use the following color scheme for my typical shell groups:</p>
<ul>
<li>SSH: Green on black</li>
<li>Git: Purple on black</li>
<li>CMD: Yellow on black</li>
<li>PowerShell: Default white on blue</li>
</ul>
<p>I also use custom sizes and font setups so I can get a little real estate onto my shell rather than the default Microsoft setup. The basic 80&#215;25 default layout isn&#8217;t helping anybody!</p>
<p style="text-align: left;">
<div id="attachment_169" class="wp-caption aligncenter" style="width: 414px"><a href="http://www.viceclown.com/wp-content/uploads/2010/04/shell3.png"><img class="size-full wp-image-169 " title="Default Shell Layout" src="http://www.viceclown.com/wp-content/uploads/2010/04/shell3.png" alt="Default Shell Layout" width="404" height="205" /></a><p class="wp-caption-text">Default Shell Layout. Yuk!</p></div>
<p style="text-align: left;">Here are some simple steps to customize the font for your shell and color code them in a way that makes it easy to navigate to:</p>
<p style="text-align: left;">1. Left click the little icon in the top left corner of window and click on the &#8220;Properties&#8221; menu item. You will get the &#8220;Command Prompt Properties window as illustrated below.</p>
<p style="text-align: left;">2. Beginning with the color tab, select the screen text and background  you would like. I&#8217;m a sucker for the classic terminal black background  so I usually sticky with it. Try the green or yellow colors because they  stand out better against the black background.</p>
<p style="text-align: left;">
<div id="attachment_171" class="wp-caption aligncenter" style="width: 395px"><a href="http://www.viceclown.com/wp-content/uploads/2010/04/shell4.png"><img class="size-full wp-image-171" title="Command Window Properties" src="http://www.viceclown.com/wp-content/uploads/2010/04/shell4.png" alt="Command Window Properties" width="385" height="474" /></a><p class="wp-caption-text">Command Window Properties</p></div>
<p>3. Choose a layout that is suited for you. I&#8217;ve been using 90&#215;40 lately  so change the &#8220;Width&#8221; on the &#8220;Screen Buffer Size&#8221; and &#8220;Window Size&#8221; to  90 and the &#8220;Height&#8221; on the &#8220;Window Size&#8221; to 40. Leave the height on the  &#8220;Screen Buffer Size&#8221; at 300. This dictates how much scrollable vertical  area you can go back and review with the scrollbar on the right.</p>
<p style="text-align: left;">
<div id="attachment_172" class="wp-caption aligncenter" style="width: 392px"><a href="http://www.viceclown.com/wp-content/uploads/2010/04/shell5.png"><img class="size-full wp-image-172" title="Choose Layout" src="http://www.viceclown.com/wp-content/uploads/2010/04/shell5.png" alt="Choose Layout" width="382" height="475" /></a><p class="wp-caption-text">Choose Layout</p></div>
<p style="text-align: left;">4. The default font settings are a pretty chunky 8&#215;12. Recent versions  of Microsoft Windows have allowed for using True <!-- B:123LinkIt --><a class="123linkit" onclick="window.open(Url123LinkIt3);return false" onmousedown="this.href=Url123LinkIt3" onmouseout="this.href='/type-fonts'" rel="nofollow" href="/type-fonts"><!-- E:123LinkIt -->Type fonts<!-- B:123LinkIt --></a><!-- E:123LinkIt -->. You can  experiment with these a little to suit your needs. I use the <!-- B:123LinkIt --><a class="123linkit" onclick="window.open(Url123LinkIt2);return false" onmousedown="this.href=Url123LinkIt2" onmouseout="this.href='/lucida'" rel="nofollow" href="/lucida"><!-- E:123LinkIt -->Lucida<!-- B:123LinkIt --></a><!-- E:123LinkIt --> Console font with a size of 12.</p>
<p style="text-align: left;">
<div id="attachment_173" class="wp-caption aligncenter" style="width: 393px"><a href="http://www.viceclown.com/wp-content/uploads/2010/04/shell6.png"><img class="size-full wp-image-173" title="Font Settings" src="http://www.viceclown.com/wp-content/uploads/2010/04/shell6.png" alt="Font Settings" width="383" height="473" /></a><p class="wp-caption-text">Font Settings</p></div>
<p style="text-align: left;">Tada! Look how nice that new shell looks! The font is smaller and nicer  looking and you&#8217;ve got lots more real estate to issue and perform  commands! Below is an example of my cmd, ssh, PowerShell, and Git shells  all in one place but which are easily selectable because of the simple  color coding:</p>
<p style="text-align: left;">
<div id="attachment_174" class="wp-caption aligncenter" style="width: 475px"><a href="http://www.viceclown.com/wp-content/uploads/2010/04/shell7.png"><img class="size-full wp-image-174 " title="Completed Shell" src="http://www.viceclown.com/wp-content/uploads/2010/04/shell7.png" alt="Completed Shell" width="465" height="382" /></a><p class="wp-caption-text">Completed Shell</p></div>
<p style="text-align: left;">Try some experimentation with the fonts and colors to get a system that  works for you. You&#8217;ll only have to configure the properties one time and  will save LOADS of squinting while switching between windows!</p>
<p style="text-align: left;">
<div id="attachment_175" class="wp-caption aligncenter" style="width: 470px"><a href="http://www.viceclown.com/wp-content/uploads/2010/04/shell8.png"><img class="size-full wp-image-175 " title="SSH, Git, PowerShell, CMD" src="http://www.viceclown.com/wp-content/uploads/2010/04/shell8.png" alt="SSH, Git, PowerShell, CMD" width="460" height="321" /></a><p class="wp-caption-text">SSH, Git, PowerShell, CMD</p></div>
<p style="text-align: left;">
<p style="text-align: left;">
<p><!-- B:123LinkIt --><script type="text/javascript">// <![CDATA[
Url123LinkIt1='http://www.viceclown.com/wp-content/plugins/123linkit-affiliate-marketing-tool/links.php?vals=631,1807847,nwqQDSjfCk3JGu1R';Url123LinkIt2='http://www.viceclown.com/wp-content/plugins/123linkit-affiliate-marketing-tool/links.php?vals=631,1368118,nwqQDSjfCk3JGu1R';Url123LinkIt3='http://www.viceclown.com/wp-content/plugins/123linkit-affiliate-marketing-tool/links.php?vals=631,878047,nwqQDSjfCk3JGu1R';
// ]]&gt;</script><!-- E:123LinkIt --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viceclown.com/2010/04/10/windows-shell-organization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git Presentation from 10/17 Code Camp</title>
		<link>http://www.viceclown.com/2009/10/17/git-presentation-from-1017-code-camp/</link>
		<comments>http://www.viceclown.com/2009/10/17/git-presentation-from-1017-code-camp/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 16:50:47 +0000</pubDate>
		<dc:creator>JP Toto</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[slides]]></category>

		<guid isPermaLink="false">http://www.viceclown.com/?p=106</guid>
		<description><![CDATA[Here&#8217;s a link to my slides from my 10/17 Microsoft Code Camp talk on using Git and GitHub for .NET development. Thanks for coming out everyone! Git &#38; GitHub for .NET]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a link to my slides from my 10/17 Microsoft Code Camp talk on using Git and GitHub for .NET development. Thanks for coming out everyone!</p>
<p />
<p><a href="http://www.viceclown.com/wp-content/uploads/2009/10/Git-GitHub.pptx">Git &amp; GitHub for .NET</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viceclown.com/2009/10/17/git-presentation-from-1017-code-camp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
