<?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: Farghly Ahmed</title>
    <description>The latest articles on DEV Community by Farghly Ahmed (@farghly).</description>
    <link>https://dev.to/farghly</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%2F615977%2F73d2aa99-550a-452d-847d-4f7b8ad42e81.jpg</url>
      <title>DEV Community: Farghly Ahmed</title>
      <link>https://dev.to/farghly</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/farghly"/>
    <language>en</language>
    <item>
      <title>Speeding your process in writing , editing , deleting multi line in writing code</title>
      <dc:creator>Farghly Ahmed</dc:creator>
      <pubDate>Sat, 01 Jan 2022 04:40:10 +0000</pubDate>
      <link>https://dev.to/farghly/speeding-your-process-in-writing-editing-deleting-multi-line-in-writing-code-2h13</link>
      <guid>https://dev.to/farghly/speeding-your-process-in-writing-editing-deleting-multi-line-in-writing-code-2h13</guid>
      <description>&lt;p&gt;In this article we will learn how to write multi line on vscode that will help U to save more time &lt;/p&gt;

&lt;p&gt;To write multi code in the same time you should select multi line using :&lt;/p&gt;

&lt;p&gt;&lt;code&gt;ctrl + Alt + Down arrow&lt;/code&gt;  &lt;/p&gt;

&lt;p&gt;If you want to want to start from Down to up press on &lt;br&gt;
&lt;code&gt;ctrl + Alt + Up arrow&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;If you want to delete multi line in the same time press on&lt;/p&gt;

&lt;p&gt;&lt;code&gt;ALT Key + double click on the line that you want to delete it&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;If you want to edit multi line in the same time press on&lt;/p&gt;

&lt;p&gt;&lt;code&gt;ALT Key +  click on the line that you want to edit it&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;You can view &lt;a href="https://youtu.be/t_uV5TZIzxQ"&gt;video  on youtube &lt;/a&gt;&lt;br&gt;
See GIF Image&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OB83IQ8K--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3n5qmfmc5iagumu8pecc.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OB83IQ8K--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3n5qmfmc5iagumu8pecc.gif" alt="Write multi line on vscode" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Update git via cmd</title>
      <dc:creator>Farghly Ahmed</dc:creator>
      <pubDate>Mon, 20 Dec 2021 17:13:12 +0000</pubDate>
      <link>https://dev.to/farghly/update-git-via-cmd-cee</link>
      <guid>https://dev.to/farghly/update-git-via-cmd-cee</guid>
      <description>&lt;p&gt;If you want to update git to last version you don’t need to download it website and install again to update it.&lt;/p&gt;

&lt;p&gt;You can easily update it from terminal.&lt;/p&gt;

&lt;p&gt;For windows users write from terminal&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git update-git-for-windows
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Second on linux , open terminal and write this commands&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; sudo add-apt-repository ppa:git-core/ppa -y

sudo apt-get update

sudo apt-get install git -y
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;After installing it show version of git&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git --version
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Resource link: &lt;a href="https://stackoverflow.com/a/66514714/5661396"&gt;https://stackoverflow.com/a/66514714/5661396&lt;/a&gt;&lt;/p&gt;

</description>
      <category>git</category>
      <category>github</category>
      <category>gitupdate</category>
    </item>
    <item>
      <title>Launch git from cmd for Windows users</title>
      <dc:creator>Farghly Ahmed</dc:creator>
      <pubDate>Mon, 20 Dec 2021 17:07:48 +0000</pubDate>
      <link>https://dev.to/farghly/launch-git-from-cmd-in-wondows-3p8k</link>
      <guid>https://dev.to/farghly/launch-git-from-cmd-in-wondows-3p8k</guid>
      <description>&lt;p&gt;In this post I will show how to launch git-bash from cmd &lt;br&gt;
&lt;strong&gt;First&lt;/strong&gt; add git path to environment variables&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;For x86
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;%SYSTEMDRIVE%\Program Files (x86)\Git\bin\
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;ul&gt;
&lt;li&gt;For x64
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;%PROGRAMFILES%\Git\bin\
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;After adding path to environment variables Open cmd and write this command to open git bash&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sh --login
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;OR&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sh 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;OR&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;bash --login
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;OR&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;bash
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You can see this GIF image for more details:&lt;br&gt;
&lt;a href="https://media1.giphy.com/media/WSxbZkPFY490wk3abN/giphy.gif"&gt;https://media1.giphy.com/media/WSxbZkPFY490wk3abN/giphy.gif&lt;/a&gt;&lt;br&gt;
Resource link:&lt;a href="https://stackoverflow.com/a/62366648/5661396"&gt;https://stackoverflow.com/a/62366648/5661396&lt;/a&gt;&lt;/p&gt;

</description>
      <category>git</category>
      <category>cmd</category>
      <category>gitbash</category>
    </item>
  </channel>
</rss>
