<?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: Dorcas Chebet</title>
    <description>The latest articles on DEV Community by Dorcas Chebet (@dorcas_chebet).</description>
    <link>https://dev.to/dorcas_chebet</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4070954%2F0facd9ba-bb92-4198-87ed-3e9925892ddb.png</url>
      <title>DEV Community: Dorcas Chebet</title>
      <link>https://dev.to/dorcas_chebet</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dorcas_chebet"/>
    <language>en</language>
    <item>
      <title>ASSIGNMENT WEEK 1</title>
      <dc:creator>Dorcas Chebet</dc:creator>
      <pubDate>Sun, 23 Aug 2026 11:37:33 +0000</pubDate>
      <link>https://dev.to/dorcas_chebet/assignment-week-1-334a</link>
      <guid>https://dev.to/dorcas_chebet/assignment-week-1-334a</guid>
      <description>&lt;h1&gt;
  
  
  Understanding the Git workflow.
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Git is a system that is used incase one needs to track their projects or check if there was changes or need to get back to the initial project.&lt;br&gt;
Git is important since it simplify the work of re-writting the project over again by keeping track on the initial project through tracking the changes in the file or checking on what has changed or under certain changes.&lt;br&gt;
A complete work flow involves,&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;working directory&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;staging area&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;commit&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;push&lt;/p&gt;
&lt;h2&gt;
  
  
  working directory.
&lt;/h2&gt;

&lt;p&gt;It is a folder in your laptop or computer where you work on your project .Working directory is where you:&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;create files&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;edit files &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;delete files&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;add data and make changes to your project.&lt;br&gt;
The commands that are used in the working directory include,&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;pwd-it shows your current location&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;ls_it is used for listing files and a folder. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;cd folder-it moves into a folder.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;cd..-it is used if one needs to move back to the previous folder.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;mkdir-it creates a new file folder.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;touch file-wit creates a new empty folder.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;git status-command used in tracking a folder.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;git add-moves changes to staging area.&lt;/p&gt;
&lt;h2&gt;
  
  
  staging area.
&lt;/h2&gt;

&lt;p&gt;It is where you put the changes you have chosen to save in your next commit in git.&lt;/p&gt;
&lt;h3&gt;
  
  
  The commands that are used in staging area:
&lt;/h3&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;git add- stage all the changes&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;git status- check what is staged&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;git diff--staged -sees what is exactly staged&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;git restore--staged-it removes a file from staging&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;git commit -m -it ensure you run git add before committing&lt;/p&gt;
&lt;h2&gt;
  
  
  Commit
&lt;/h2&gt;

&lt;p&gt;It is a back up of the changes that have been placed in the staging area. &lt;br&gt;
Good commit messages can tell what happened.&lt;/p&gt;
&lt;h2&gt;
  
  
  Push
&lt;/h2&gt;

&lt;p&gt;Git push is a command that takes the commits made in a computer and send them to a repository such as Github.It is the final stage in working directory that sends the project to remote or local repository.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>beginners</category>
      <category>git</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>assignment</title>
      <dc:creator>Dorcas Chebet</dc:creator>
      <pubDate>Thu, 20 Aug 2026 10:15:21 +0000</pubDate>
      <link>https://dev.to/dorcas_chebet/assignment-4jjo</link>
      <guid>https://dev.to/dorcas_chebet/assignment-4jjo</guid>
      <description>&lt;p&gt;assinment week 1 article submission&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
