<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: firthowsa</title>
    <description>The latest articles on DEV Community by firthowsa (@firthowsa).</description>
    <link>https://dev.to/firthowsa</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F473508%2Fa15a2bf7-b0f1-45af-a46f-008390efd21b.jpeg</url>
      <title>DEV Community: firthowsa</title>
      <link>https://dev.to/firthowsa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/firthowsa"/>
    <language>en</language>
    <item>
      <title>How to intergrate Git Bash with VS Code</title>
      <dc:creator>firthowsa</dc:creator>
      <pubDate>Tue, 22 Sep 2020 19:00:14 +0000</pubDate>
      <link>https://dev.to/firthowsa/how-to-intergrate-git-bash-with-vs-code-1hha</link>
      <guid>https://dev.to/firthowsa/how-to-intergrate-git-bash-with-vs-code-1hha</guid>
      <description>&lt;p&gt;Requirements&lt;/p&gt;

&lt;p&gt;1.Download and install VS code in your machine&lt;br&gt;
 Download Link: &lt;a href="https://code.visualstudio.com/download"&gt;https://code.visualstudio.com/download&lt;/a&gt;&lt;br&gt;
2.Download and install Git &lt;br&gt;
 Download Link: &lt;a href="https://git-scm.com/downloads"&gt;https://git-scm.com/downloads&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 1.&lt;br&gt;
Open your VS code &lt;br&gt;
Click on “file” which you will find on the top left side of your screen&lt;br&gt;
Then click on preferences and then settings.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--IVlm89Pc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/6z8spstsbyimbcj0u0eq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--IVlm89Pc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/6z8spstsbyimbcj0u0eq.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 2.&lt;br&gt;
You will find a lot of options.&lt;br&gt;
Click on terminal.&lt;br&gt;
Scroll down until you find and option written “Edit in Settings.json” and click on it.&lt;br&gt;
It will open on a new window.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--5RMnzJKF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/0np0mmklfzf35vlyb8el.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5RMnzJKF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/0np0mmklfzf35vlyb8el.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 3.&lt;br&gt;
Copy this on the edit in settings.json file&lt;br&gt;
 "terminal.integrated.shell.windows": "C:\Program Files\Git\bin\bash.exe"&lt;/p&gt;

&lt;p&gt;Here is the link to the site for the above command : &lt;a href="https://code.visualstudio.com/docs/editor/integrated-terminal"&gt;https://code.visualstudio.com/docs/editor/integrated-terminal&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--omLaSuZD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/o3pi6zr4q6xzy6fnkae7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--omLaSuZD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/o3pi6zr4q6xzy6fnkae7.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 4.&lt;br&gt;
Copy the command in settings.json file as shown below and save it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--RPUzhngK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/1x9g59294ty2vhp5i2us.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--RPUzhngK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/1x9g59294ty2vhp5i2us.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 5.&lt;br&gt;
Re-start your VS code .&lt;br&gt;
Congratulations git bash is now successfully intergrated.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--6CAwqj7C--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/3rln07y68pqfhm7ltj87.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--6CAwqj7C--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/3rln07y68pqfhm7ltj87.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>github</category>
      <category>git</category>
      <category>100daysofcode</category>
    </item>
  </channel>
</rss>
