<?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: Arthur Kyagulanyi</title>
    <description>The latest articles on DEV Community by Arthur Kyagulanyi (@kyagie).</description>
    <link>https://dev.to/kyagie</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%2F397717%2F0a1359dd-67b1-451d-a0fe-1cfcb81072ee.jpeg</url>
      <title>DEV Community: Arthur Kyagulanyi</title>
      <link>https://dev.to/kyagie</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kyagie"/>
    <language>en</language>
    <item>
      <title>Script to check git status, add files, commit and push.</title>
      <dc:creator>Arthur Kyagulanyi</dc:creator>
      <pubDate>Tue, 11 Aug 2020 11:00:10 +0000</pubDate>
      <link>https://dev.to/kyagie/script-to-check-git-status-add-files-commit-and-push-2mkl</link>
      <guid>https://dev.to/kyagie/script-to-check-git-status-add-files-commit-and-push-2mkl</guid>
      <description>&lt;p&gt;The process of adding and pushing files with git may tend to be boring and repetitive.&lt;br&gt;
Do less with one script, check git status, add files to staging area, commit the staged files with a message, and push with &lt;strong&gt;"gscp"&lt;/strong&gt; script.&lt;/p&gt;

&lt;h4&gt;
  
  
  How to use the script
&lt;/h4&gt;

&lt;h3&gt;
  
  
  Step 1. Download the script from the github repo.
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/kyagie/gscp.git"&gt;Link To Repo&lt;/a&gt;&lt;br&gt;
&lt;code&gt;git clone https://github.com/kyagie/gscp.git&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 2. Paste the script in the a folder called bin in your user directory.
&lt;/h3&gt;

&lt;p&gt;If you do not have this folder, create it in the /home/{user} directory, with &lt;code&gt;mkdir bin&lt;/code&gt;. And paste the script here.&lt;/p&gt;

&lt;p&gt;You should end up with something like this &lt;code&gt;/home/arthur/bin/gscp&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 3. Change permissions on the file.
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;chmod 755 gscp&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The script is now ready for use globally&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you found this helpful, you can support me by buying a coffee &lt;a href="https://www.buymeacoffee.com/kyagie"&gt;Buy Me A Coffee&lt;/a&gt;&lt;br&gt;
Thank You&lt;/p&gt;

</description>
      <category>git</category>
      <category>script</category>
      <category>ubuntu</category>
      <category>bash</category>
    </item>
  </channel>
</rss>
