<?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: Pratik Fagadiya</title>
    <description>The latest articles on Forem by Pratik Fagadiya (@pratikfagadiya).</description>
    <link>https://forem.com/pratikfagadiya</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%2F1157894%2Faf336f41-fd8c-4766-9ec4-c3b9f3de5b6b.jpeg</url>
      <title>Forem: Pratik Fagadiya</title>
      <link>https://forem.com/pratikfagadiya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/pratikfagadiya"/>
    <language>en</language>
    <item>
      <title>WTF is version control thing ? Learn Git — Beginner Edition (Part 1)</title>
      <dc:creator>Pratik Fagadiya</dc:creator>
      <pubDate>Sun, 10 Sep 2023 19:51:05 +0000</pubDate>
      <link>https://forem.com/pratikfagadiya/wtf-is-version-control-thing-learn-git-beginner-edition-part-1-1n77</link>
      <guid>https://forem.com/pratikfagadiya/wtf-is-version-control-thing-learn-git-beginner-edition-part-1-1n77</guid>
      <description>&lt;p&gt;🤔WTF is “version control” ? Why should I care? Why should I learn it? Well, let me break it down for you in a way that’ll make you smile! 😄 Before going into deep I have a simple question for you.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vzuVQRKY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5pd52g13asgqzqpjpv3m.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vzuVQRKY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5pd52g13asgqzqpjpv3m.gif" alt="Image description" width="200" height="113"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Imagine you’re working on a super important project, and you’re saving it on your computer. Now, what if your computer decides to go on a vacation without telling you and takes your project with it? Disaster, right? 😱&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--b9E6q8ZK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jqgw1jgp9z2gjquf8g7i.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--b9E6q8ZK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jqgw1jgp9z2gjquf8g7i.gif" alt="Image description" width="200" height="200"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But fear not, because that’s where version control swoops in like a code superhero 🦸‍♂️ to save your day! 🌟&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Version control&lt;/strong&gt; is like a magical time machine for your computer files. 🕰️It helps you to keep track of changes you make to your file over time.&lt;br&gt;
With version control, Every change made to the code base is tracked. This allows software developers to see the entire history of who changed what at any given time 🕰️ It keeps track of all the changes you make to your project, like when you add new stuff or fix mistakes.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ask71E2---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0no5hdr90hzodacse5hx.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ask71E2---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0no5hdr90hzodacse5hx.gif" alt="Image description" width="384" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And here’s the cool part! Imagine you’re working on a project, and you want to try out some new ideas. With version control, every time you make a change, it’s saved as a snapshot. This way, if you mess something up or want to go back to a previous version, you can easily do that.&lt;/p&gt;

&lt;p&gt;But wait, there’s more! You can also share your project with your friends and work on it together, without stepping on each other’s toes. It’s like painting a beautiful mural with your buddies without accidentally splattering paint on each other. 🎨&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--JGvrdEzO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r6inkv3wxmm8jum3tzsm.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--JGvrdEzO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r6inkv3wxmm8jum3tzsm.gif" alt="Image description" width="267" height="200"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can find out more from : &lt;a href="https://about.gitlab.com/topics/version-control/"&gt;What Is Version Control?&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Now let’s talk about most famous version control system GIT.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--wT0POnxh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wk58g5rggzp1u2owcrfy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--wT0POnxh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wk58g5rggzp1u2owcrfy.png" alt="Image description" width="480" height="220"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;One of the best advice I got from internet is, No matter what you are working as solo developer or team player, working in startup or in big tech company&lt;/p&gt;

&lt;h2&gt;
  
  
  GET GOOD AT GIT
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7Y_1Y0dB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kl7t2gzlh4go70779dg7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7Y_1Y0dB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kl7t2gzlh4go70779dg7.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Git was created by LINUS TORVALDS in 2005. There is no doubt he is a fucking genius from all of us.&lt;/li&gt;
&lt;li&gt;Git is a popular choice as a version control system at any level company/solopreneur.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9hFsJ0Td--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nc1yf624qufsf3hzdh4f.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9hFsJ0Td--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nc1yf624qufsf3hzdh4f.png" alt="Image description" width="200" height="113"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;ENOUGHHHHH!!! I know Git is awesome blah blah blahhh! show me how it help me ?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Any benefits from using Git?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Absolutely Yes&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;Git allows you to track changes to your codebase over time.&lt;/li&gt;
&lt;li&gt;Multiple developer can work on the same project simultaneously at same time&lt;/li&gt;
&lt;li&gt;Developers can create separate branches to work on new features or fixes.&lt;/li&gt;
&lt;li&gt;Git maintain complete history of your changes&lt;/li&gt;
&lt;li&gt;Developer has own copy of the repository, means you can work offline as well&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And there are lots of other benefits apart from these.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--bXXUn0a1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/x8cthlal3d0zs41zcc35.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bXXUn0a1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/x8cthlal3d0zs41zcc35.png" alt="Image description" width="200" height="200"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I think that’s enough information. I’ll get back to you soon with part 2 where you will understand and learn simple but effective git commands.&lt;/p&gt;

</description>
      <category>android</category>
      <category>github</category>
      <category>git</category>
    </item>
  </channel>
</rss>
