<?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>Forem: Murala Greshma latha</title>
    <description>The latest articles on Forem by Murala Greshma latha (@murala_greshmalatha_9752).</description>
    <link>https://forem.com/murala_greshmalatha_9752</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%2F3852982%2F924d60e2-daca-4ba3-aac7-f9dbbc190dc2.png</url>
      <title>Forem: Murala Greshma latha</title>
      <link>https://forem.com/murala_greshmalatha_9752</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/murala_greshmalatha_9752"/>
    <language>en</language>
    <item>
      <title>Mastering Advanced Git Concepts</title>
      <dc:creator>Murala Greshma latha</dc:creator>
      <pubDate>Tue, 31 Mar 2026 10:41:30 +0000</pubDate>
      <link>https://forem.com/murala_greshmalatha_9752/mastering-advanced-git-concepts-29cm</link>
      <guid>https://forem.com/murala_greshmalatha_9752/mastering-advanced-git-concepts-29cm</guid>
      <description>&lt;h1&gt;
  
  
  Mastering Advanced Git Concepts  Git is more than just &lt;code&gt;add&lt;/code&gt;, &lt;code&gt;commit&lt;/code&gt;, and &lt;code&gt;push&lt;/code&gt;. As projects grow and teams collaborate, understanding advanced Git commands becomes essential for maintaining a clean, traceable, and reliable history.  This blog explains not only the commands but also &lt;strong&gt;what each command actually does internally&lt;/strong&gt;, helping you use them confidently in real-world scenarios.  Official Git Documentation: &lt;a href="https://git-scm.com/docs" rel="noopener noreferrer"&gt;https://git-scm.com/docs&lt;/a&gt;  ---  ## Why Learn Advanced Git Concepts  Advanced Git commands help you:  - Fix mistakes without breaking history - Maintain a clean commit structure - Collaborate efficiently in teams - Recover lost commits and changes - Debug issues faster using commit history  ---  ## Step 1: Understanding Git Reset  &lt;code&gt;git reset&lt;/code&gt; moves the HEAD pointer to a previous commit and optionally updates the staging area and working directory.  ### Soft Reset
&lt;/h1&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash git reset --soft HEAD~1
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>git</category>
      <category>devops</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
