<?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: Baljeet Dogra</title>
    <description>The latest articles on DEV Community by Baljeet Dogra (@dograba).</description>
    <link>https://dev.to/dograba</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%2F523352%2F9ac725f6-6eea-4dd9-8f3e-fa9ee1892ede.jpeg</url>
      <title>DEV Community: Baljeet Dogra</title>
      <link>https://dev.to/dograba</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dograba"/>
    <language>en</language>
    <item>
      <title>Getting to Git is not just a tech change. It is a mindset change.</title>
      <dc:creator>Baljeet Dogra</dc:creator>
      <pubDate>Tue, 01 Dec 2020 18:08:23 +0000</pubDate>
      <link>https://dev.to/dograba/getting-to-git-is-not-just-a-tech-change-it-is-a-mindset-change-3bj5</link>
      <guid>https://dev.to/dograba/getting-to-git-is-not-just-a-tech-change-it-is-a-mindset-change-3bj5</guid>
      <description>&lt;p&gt;Thursday afternoon. Everyone is focussed on getting the deliverables packaged. The team is having a checkpoint to call to ensure if everything is still on track. And I decide to join the call. &lt;/p&gt;

&lt;p&gt;The team was not expecting me on the call as it was a regular checkpoint meet, but seeing me on the call, they already start to anticipate a twist. &lt;/p&gt;

&lt;p&gt;A moment of silence which is then broken by my "Oh! it's very quiet in here" followed by "I have an ask if you think it makes sense". I decided to change the requirement slightly but that had an impact on the code already written. So I asked them to experiment and see if the change is feasible.&lt;/p&gt;

&lt;p&gt;The developer on the job copied the code and took a backup of the file before starting to make any changes. That immediately prompted my question "Why did you do that?".&lt;/p&gt;

&lt;p&gt;Me: "Why did you take a backup of the file?"&lt;br&gt;
Dev: "Just in case if it does not work then I have a backup"&lt;br&gt;
Me: "But we are using Git..right?"&lt;br&gt;
Dev: "Yes but for additional safety"&lt;br&gt;
Me: "So you do not trust Git"&lt;br&gt;
Dev: "It's not that. It is better to take the backup"&lt;/p&gt;

&lt;p&gt;The tools are no good if the users of the tools still opt for traditional (if not barbarian) ways.&lt;/p&gt;

&lt;p&gt;Git has revert functionality and you can revert back to any commit but if you do not trust Git then you will still rely on methods that are slow, error-prone and not efficient.&lt;/p&gt;

&lt;p&gt;We then had a training session with the entire team on Git and how we can up our game by using the tools effectively than just treating Git as a store.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
