<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="https://opensource.com/">
  <channel>
    <title>Getting started with Git</title>
        <link>https://opensource.com/tags/getting-started-git</link>
        <description/>
    <language>en</language>
    
    <item>
  <title>Codethink open sources part of onboarding process</title>
  <link>https://opensource.com/article/19/6/codethink-onboarding-process</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;Codethink open sources part of onboarding process&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/laurence-urhegyi" class="username"&gt;Laurence Urhegyi&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2019-06-19T03:02:00-04:00" title="Wednesday, June 19, 2019 - 03:02" class="datetime"&gt;Wed, 06/19/2019 - 03:02&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-field-article-subhead field--type-text-long field--label-hidden field__item"&gt;  &lt;p&gt;In other words, how to Git going in FOSS.&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;Here at Codethink, we’ve recently focused our energy into enhancing the onboarding process we use for all new starters at the company. As we grow steadily in size, it’s…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/article/19/6/codethink-onboarding-process" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/osdc-lead-teacher-learner.png?itok=RdZ_Pov2" width="360" height="202" alt="teacher learner" title="teacher learner" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Wed, 19 Jun 2019 07:02:00 +0000</pubDate>
    <dc:creator>Laurence Urhegyi</dc:creator>
    <guid isPermaLink="false">54421 at https://opensource.com</guid>
    </item>
<item>
  <title>How to reset, revert, and return to previous states in Git</title>
  <link>https://opensource.com/article/18/6/git-reset-revert-rebase-commands</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;How to reset, revert, and return to previous states in Git&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/bclaster" class="username"&gt;bclaster&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2018-06-19T03:00:00-04:00" title="Tuesday, June 19, 2018 - 03:00" class="datetime"&gt;Tue, 06/19/2018 - 03:00&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-field-article-subhead field--type-text-long field--label-hidden field__item"&gt;  &lt;p&gt;Undo changes in a repository with the simplicity and elegance of Git commands.&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;One of the lesser understood (and appreciated) aspects of working with Git is how easy it is to get back to where you were before—that is, how easy it is to undo even major…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/article/18/6/git-reset-revert-rebase-commands" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/code_computer_development_programming.png?itok=cpZx2h0A" width="360" height="202" alt="An introduction to GNU Screen" title="An introduction to GNU Screen" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Tue, 19 Jun 2018 07:00:00 +0000</pubDate>
    <dc:creator>bclaster</dc:creator>
    <guid isPermaLink="false">45656 at https://opensource.com</guid>
    </item>
<item>
  <title>A guide to Git branching</title>
  <link>https://opensource.com/article/18/5/git-branching</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;A guide to Git branching&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/kkulkarn" class="username"&gt;kkulkarn&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2018-05-16T03:03:00-04:00" title="Wednesday, May 16, 2018 - 03:03" class="datetime"&gt;Wed, 05/16/2018 - 03:03&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-field-article-subhead field--type-text-long field--label-hidden field__item"&gt;  &lt;p&gt;In this third article on getting started with Git, learn how to add and delete Git branches.&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;In my two previous articles in this series, we started using Git and learned how to clone, modify, add, and delete Git files. In this third installment, we'll explore Git…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/article/18/5/git-branching" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/arrows_translation_lead.jpg?itok=uXZlEKrJ" width="360" height="202" alt="Yellow arrows going both ways with texture" title="Yellow arrows going both ways with texture" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Wed, 16 May 2018 07:03:00 +0000</pubDate>
    <dc:creator>kkulkarn</dc:creator>
    <guid isPermaLink="false">44406 at https://opensource.com</guid>
    </item>
<item>
  <title>How to clone, modify, add, and delete files in Git</title>
  <link>https://opensource.com/article/18/2/how-clone-modify-add-delete-git-files</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;How to clone, modify, add, and delete files in Git&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/kkulkarn" class="username"&gt;kkulkarn&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2018-02-13T03:02:00-05:00" title="Tuesday, February 13, 2018 - 03:02" class="datetime"&gt;Tue, 02/13/2018 - 03:02&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-field-article-subhead field--type-text-long field--label-hidden field__item"&gt;  &lt;p&gt;In the second article in our "getting started with Git" series, learn how to perform basic Git operations.&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;In the first article in this series on getting started with Git, we created a simple Git repo and added a file to it by connecting it with our computer. In this article, we…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/article/18/2/how-clone-modify-add-delete-git-files" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/LIFE_cat.png?itok=ZaxOeIR6" width="360" height="202" alt="cats" title="Periwinkle the Cat: A crowdsourced name" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Tue, 13 Feb 2018 08:02:00 +0000</pubDate>
    <dc:creator>kkulkarn</dc:creator>
    <guid isPermaLink="false">42106 at https://opensource.com</guid>
    </item>
<item>
  <title>How to manage binary blobs with Git</title>
  <link>https://opensource.com/life/16/8/how-manage-binary-blobs-git-part-7</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;How to manage binary blobs with Git&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/seth" class="username"&gt;sethkenlon&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2016-08-15T03:01:00-04:00" title="Monday, August 15, 2016 - 03:01" class="datetime"&gt;Mon, 08/15/2016 - 03:01&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;Read: Part 1: What is Git? Part 2: Getting started with Git Part 3: Creating your first Git repository Part 4: How to restore older file versions in Git Part 5: 3 graphical…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/life/16/8/how-manage-binary-blobs-git-part-7" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/bus_cloud_database.png?itok=kdyGRlEV" width="360" height="202" alt="Databases as a service" title="Databases as a service" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Mon, 15 Aug 2016 07:01:00 +0000</pubDate>
    <dc:creator>sethkenlon</dc:creator>
    <guid isPermaLink="false">29996 at https://opensource.com</guid>
    </item>
<item>
  <title>How to build your own Git server</title>
  <link>https://opensource.com/life/16/8/how-construct-your-own-git-server-part-6</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;How to build your own Git server&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/seth" class="username"&gt;sethkenlon&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2016-08-09T03:02:00-04:00" title="Tuesday, August 9, 2016 - 03:02" class="datetime"&gt;Tue, 08/09/2016 - 03:02&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;Read: Part 1: What is Git? Part 2: Getting started with Git Part 3: Creating your first Git repository Part 4: How to restore older file versions in Git Part 5: 3 graphical…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/life/16/8/how-construct-your-own-git-server-part-6" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/bus-big-data.png?itok=DQ1C8raa" width="360" height="202" alt="Server room" title="Server room" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Tue, 09 Aug 2016 07:02:00 +0000</pubDate>
    <dc:creator>sethkenlon</dc:creator>
    <guid isPermaLink="false">29876 at https://opensource.com</guid>
    </item>
<item>
  <title>3 graphical tools for Git</title>
  <link>https://opensource.com/life/16/8/graphical-tools-git</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;3 graphical tools for Git&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/seth" class="username"&gt;sethkenlon&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2016-08-02T03:02:00-04:00" title="Tuesday, August 2, 2016 - 03:02" class="datetime"&gt;Tue, 08/02/2016 - 03:02&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;Read: Part 1: What is Git? Part 2: Getting started with Git Part 3: Creating your first Git repository Part 4: How to restore older file versions in Git Part 5: 3 graphical…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/life/16/8/graphical-tools-git" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/BUSINESS_meritladder.png?itok=hJPtPt2-" width="360" height="202" alt="Media ladder" title="Media ladder" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Tue, 02 Aug 2016 07:02:00 +0000</pubDate>
    <dc:creator>sethkenlon</dc:creator>
    <guid isPermaLink="false">29861 at https://opensource.com</guid>
    </item>
<item>
  <title>How to restore older file versions in Git</title>
  <link>https://opensource.com/life/16/7/how-restore-older-file-versions-git</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;How to restore older file versions in Git&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/seth" class="username"&gt;sethkenlon&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2016-07-26T03:02:00-04:00" title="Tuesday, July 26, 2016 - 03:02" class="datetime"&gt;Tue, 07/26/2016 - 03:02&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;Read: Part 1: What is Git? Part 2: Getting started with Git Part 3: Creating your first Git repository Part 4: How to restore older file versions in Git Part 5: 3 graphical…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/life/16/7/how-restore-older-file-versions-git" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/file_system.jpg?itok=DZcTsCTg" width="360" height="202" alt="4 manilla folders, yellow, green, purple, blue" title="4 manilla folders, yellow, green, purple, blue" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Tue, 26 Jul 2016 07:02:00 +0000</pubDate>
    <dc:creator>sethkenlon</dc:creator>
    <guid isPermaLink="false">29841 at https://opensource.com</guid>
    </item>
<item>
  <title>Creating your first Git repository</title>
  <link>https://opensource.com/life/16/7/creating-your-first-git-repository</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;Creating your first Git repository&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/seth" class="username"&gt;sethkenlon&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2016-07-18T03:02:00-04:00" title="Monday, July 18, 2016 - 03:02" class="datetime"&gt;Mon, 07/18/2016 - 03:02&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;Read: Part 1: What is Git? Part 2: Getting started with Git Part 3: Creating your first Git repository Part 4: How to restore older file versions in Git Part 5: 3 graphical…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/life/16/7/creating-your-first-git-repository" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/open_abstract_pieces.jpg?itok=7FyeZSAN" width="360" height="202" alt="Phire CMS: A feature-rich, lightweight content management system" title="Phire CMS: A feature-rich, lightweight content management system" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Mon, 18 Jul 2016 07:02:00 +0000</pubDate>
    <dc:creator>sethkenlon</dc:creator>
    <guid isPermaLink="false">29831 at https://opensource.com</guid>
    </item>
<item>
  <title>Getting started with Git</title>
  <link>https://opensource.com/life/16/7/stumbling-git</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;Getting started with Git&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/seth" class="username"&gt;sethkenlon&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2016-07-11T03:03:00-04:00" title="Monday, July 11, 2016 - 03:03" class="datetime"&gt;Mon, 07/11/2016 - 03:03&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;Read: Part 1: What is Git? Part 2: Getting started with Git Part 3: Creating your first Git repository Part 4: How to restore older file versions in Git Part 5: 3 graphical…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/life/16/7/stumbling-git" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/get_started_lead.jpeg?itok=Gpq69BIA" width="360" height="202" alt="Get started with open source, orange flames" title="Get started with open source" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Mon, 11 Jul 2016 07:03:00 +0000</pubDate>
    <dc:creator>sethkenlon</dc:creator>
    <guid isPermaLink="false">29826 at https://opensource.com</guid>
    </item>

  </channel>
</rss>
