<?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>bash &#8211; Giovanni F. Mazzeo De Santolo</title>
	<atom:link href="https://desantolo.com/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>https://desantolo.com</link>
	<description>That italian IT guy</description>
	<lastBuildDate>Fri, 30 Dec 2016 08:14:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">123042357</site>	<item>
		<title>Configure Webstorm to use Github Desktop for Windows git-bash</title>
		<link>https://desantolo.com/2016/12/configure-webstorm-github-desktop-windows-git-bash/</link>
					<comments>https://desantolo.com/2016/12/configure-webstorm-github-desktop-windows-git-bash/#respond</comments>
		
		<dc:creator><![CDATA[Giovanni]]></dc:creator>
		<pubDate>Fri, 30 Dec 2016 08:12:48 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[webstorm]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://desantolo.com/?p=471</guid>

					<description><![CDATA[If you have installed Github Desktop on Windows, you may have noticed that the application itself comes with a &#8220;Git Shell&#8221; which is basically a linux terminal emulator running on windows and its very useful for developers or linux users &#8230; <a href="https://desantolo.com/2016/12/configure-webstorm-github-desktop-windows-git-bash/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>If you have installed Github Desktop on Windows, you may have noticed that the application itself comes with a &#8220;Git Shell&#8221; which is basically a linux terminal emulator running on windows and its very useful for developers or linux users that are familiar with bash.</p>
<p>The problem I recently encountered was trying to find the executable PATH of the git-bash.exe so that I can configure my Webstorm IDE to use it. All the documentation on the internet seems to point to C:/Program Files/Git folder but Github may have changed this as in the latest release I downloaded (v 3.3.3.0) the files reside elsewhere and I will share where to find them.<br />
<span id="more-471"></span><br />
To find your git-bash.exe path try the following:</p>
<ol>
<li>Open File Explorer and put <strong>%AppData%</strong> in the address bar, hit enter.</li>
<li>It should redirect to something like:  <strong>C:\Users\Giovanni\AppData\Roaming</strong></li>
<li>Now change folders from Roaming to Local</li>
<li>You should now be at: C:\Users\Giovanni\<strong>AppData\Local </strong></li>
<li>Find the <strong>Github</strong> folder, enter it.</li>
<li>You should see a list of files and folders, we care about &#8220;PortableGit&#8221; it has a longer name that just PortableGit, so enter it.</li>
<li>You will see git-bash.exe in there.</li>
<li>Go back into Webstorm &gt; Settings &gt; Terminal</li>
<li>Set your terminal to this new path, in my case: <strong>&#8220;C:\Users\Giovanni\AppData\Local\GitHub\PortableGit_d7effa1a4a322478cd29c826b52a0c118ad3db11\git-bash.exe&#8221;</strong></li>
</ol>
<p>You&#8217;re all set! Webstorm should now be able to launch Github Desktop&#8217;s git-bash.exe as the terminal, no additional software required.</p>
<p>There is a gotcha: the terminal window will open separate from Webstorm window, if you want a tab under your code then I suggest to download and install git for windows in addition to Github Desktop.<a href="https://git-for-windows.github.io/">https://git-for-windows.github.io/</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://desantolo.com/2016/12/configure-webstorm-github-desktop-windows-git-bash/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">471</post-id>	</item>
	</channel>
</rss>
