<?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: Amulya Magadi</title>
    <description>The latest articles on Forem by Amulya Magadi (@amulya_magadi_3f023b6fc0d).</description>
    <link>https://forem.com/amulya_magadi_3f023b6fc0d</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%2F3877083%2F637317f9-5111-4c59-9ebe-2af787481ec3.jpg</url>
      <title>Forem: Amulya Magadi</title>
      <link>https://forem.com/amulya_magadi_3f023b6fc0d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/amulya_magadi_3f023b6fc0d"/>
    <language>en</language>
    <item>
      <title>Starting My GitHUB Journey – Day 01</title>
      <dc:creator>Amulya Magadi</dc:creator>
      <pubDate>Mon, 13 Apr 2026 16:42:58 +0000</pubDate>
      <link>https://forem.com/amulya_magadi_3f023b6fc0d/starting-my-aws-journey-learning-in-public-3p3b</link>
      <guid>https://forem.com/amulya_magadi_3f023b6fc0d/starting-my-aws-journey-learning-in-public-3p3b</guid>
      <description>&lt;p&gt;Git &amp;amp; GitHub Fundamentals&lt;/p&gt;

&lt;p&gt;Today I started my journey with version control using Git and GitHub. I focused on understanding the core concepts and practicing essential commands that form the foundation of modern development and DevOps workflows.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I Learned&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I explored the purpose of version control and how Git helps track changes, maintain history, and enable collaboration. I also understood how GitHub acts as a remote repository platform to store and manage code.&lt;/p&gt;

&lt;h3&gt;
  
  
  Commands Practiced
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;git status&lt;/strong&gt;&lt;br&gt;
Used to check the current state of the working directory and staging area.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;git add&lt;/strong&gt;&lt;br&gt;
Moves changes from the working directory to the staging area.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;git commit&lt;/strong&gt;&lt;br&gt;
Saves a snapshot of staged changes with a meaningful message.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;git log&lt;/strong&gt;&lt;br&gt;
Displays commit history, helping track changes over time.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;git push&lt;/strong&gt;&lt;br&gt;
Uploads local commits to a remote repository on GitHub.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Key Understanding
&lt;/h3&gt;

&lt;p&gt;I clearly understood the Git workflow:&lt;br&gt;
Working Directory → Staging Area → Local Repository → Remote Repository&lt;/p&gt;

&lt;p&gt;This flow is critical for managing code efficiently and avoiding mistakes.&lt;/p&gt;

&lt;h3&gt;
  
  
  My Takeaway
&lt;/h3&gt;

&lt;p&gt;Git is not just a tool but a fundamental skill for any developer or DevOps engineer. Even basic commands provide strong control over code changes and history.&lt;/p&gt;

&lt;p&gt;Next, I plan to dive deeper into branching and collaboration workflows.&lt;/p&gt;

&lt;h1&gt;
  
  
  Git #GitHub #DevOps #LearningJourney #VersionControl
&lt;/h1&gt;

</description>
      <category>aws</category>
      <category>beginners</category>
      <category>career</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
