<?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: Zena Muhoro</title>
    <description>The latest articles on DEV Community by Zena Muhoro (@zena_muhoro_).</description>
    <link>https://dev.to/zena_muhoro_</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%2F4071715%2Febf670d2-c19c-4756-b0c2-a01692421981.png</url>
      <title>DEV Community: Zena Muhoro</title>
      <link>https://dev.to/zena_muhoro_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zena_muhoro_"/>
    <language>en</language>
    <item>
      <title># My First Week Learning Git</title>
      <dc:creator>Zena Muhoro</dc:creator>
      <pubDate>Sun, 23 Aug 2026 07:35:00 +0000</pubDate>
      <link>https://dev.to/zena_muhoro_/-my-first-week-learning-git-3n1c</link>
      <guid>https://dev.to/zena_muhoro_/-my-first-week-learning-git-3n1c</guid>
      <description>&lt;p&gt;This week, I was introduced to Git and GitHub as part of my Data Science learning journey.&lt;/p&gt;

&lt;p&gt;At first, I found Git a little confusing. There were several commands to learn, and I wasn't sure how they all fitted together.&lt;/p&gt;

&lt;p&gt;After practising, I started to understand that Git is mainly about &lt;strong&gt;keeping track of changes to my work&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The basic process I learned was:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Working Directory → Staging → Commit → Push&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Working Directory
&lt;/h2&gt;

&lt;p&gt;The working directory is basically where I do my work on my computer.&lt;/p&gt;

&lt;p&gt;When I create or edit a file, the changes are made here first.&lt;/p&gt;

&lt;p&gt;One of the first commands I learned was:&lt;/p&gt;



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

&lt;/div&gt;

</description>
      <category>beginners</category>
      <category>git</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
