<?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: rachel ngunjiri</title>
    <description>The latest articles on DEV Community by rachel ngunjiri (@rachel_ngunjiri_4fef646b5).</description>
    <link>https://dev.to/rachel_ngunjiri_4fef646b5</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%2F4070949%2Fd1962278-3599-4009-bc48-ad156d1028ac.png</url>
      <title>DEV Community: rachel ngunjiri</title>
      <link>https://dev.to/rachel_ngunjiri_4fef646b5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rachel_ngunjiri_4fef646b5"/>
    <language>en</language>
    <item>
      <title>Understanding The Git Workflow :Working Directory, Staging, Commit and Push</title>
      <dc:creator>rachel ngunjiri</dc:creator>
      <pubDate>Sun, 23 Aug 2026 09:02:55 +0000</pubDate>
      <link>https://dev.to/rachel_ngunjiri_4fef646b5/-understanding-the-git-workflow-working-directory-staging-commit-and-push-2dnh</link>
      <guid>https://dev.to/rachel_ngunjiri_4fef646b5/-understanding-the-git-workflow-working-directory-staging-commit-and-push-2dnh</guid>
      <description>&lt;p&gt;Git is very interesting to learn as a first time data science and analytics student that has no prior background. &lt;/p&gt;

&lt;p&gt;At first I thought well we are coding on the first day.&lt;/p&gt;

&lt;p&gt;Luckily, we had a very patient teacher for this. We started by in installation of the software , then to installation of GitHub.&lt;/p&gt;

&lt;p&gt;I remember as we GitHub we setup our email and we got SSH keys. Then we setup our identity, &lt;em&gt;git config--global user.name, _git config --global user.email&lt;/em&gt;. &lt;/p&gt;

&lt;p&gt;Password entry on Git Bash was I found very interesting.&lt;/p&gt;

&lt;p&gt;When asked for it on the terminal it was invisible, I thought I wasn't typing anything at all.&lt;/p&gt;

&lt;p&gt;I remember as code such as &lt;em&gt;cd&lt;/em&gt; , &lt;em&gt;ls&lt;/em&gt; ,&lt;em&gt;cat,&lt;/em&gt;, &lt;em&gt;git push&lt;/em&gt; and many more code.&lt;/p&gt;

&lt;p&gt;What started as something that looked intimidating quickly became something I genuinely enjoyed learning.&lt;/p&gt;

&lt;h2&gt;
  
  
  So what is the Git workflow
&lt;/h2&gt;

&lt;p&gt;The git workflow is the process of making changes to files, preparing those changes , saving them in Git, and sending them to remote repository such as GitHub&lt;/p&gt;

&lt;p&gt;We start by setting up as working directory of GitBash. A working directory is where you work on you files. &lt;/p&gt;

&lt;p&gt;On the directory our can create and make changes files and README.MD which is description of what you are working on.&lt;/p&gt;

&lt;p&gt;After that you move all you changes to your current directory onto the staging area and proceed to commit.&lt;/p&gt;

&lt;p&gt;I describe commit as a snapshot of all the changes i have chosen to record, basically it helps me remember all i changed the directory,&lt;/p&gt;

&lt;p&gt;Finally you push it to remote repository such as GitHub.&lt;/p&gt;

</description>
      <category>3</category>
    </item>
  </channel>
</rss>
