<?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>Git</title>
        <link>https://opensource.com/tags/git</link>
        <description/>
    <language>en</language>
    
    <item>
  <title>Run Git on a mainframe</title>
  <link>https://opensource.com/article/23/4/git-mainframe</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;Run Git on a mainframe&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/pleia2" class="username"&gt;pleia2&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2023-04-13T03:00:00-04:00" title="Thursday, April 13, 2023 - 03:00" class="datetime"&gt;Thu, 04/13/2023 - 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;The zigi application helps translate files to datasets and a command-line interface to ISPF.&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 fascinating things I keep encountering in my journey to learn everything I can about the mainframe world is how my expertise in Linux distributed systems and open…&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/23/4/git-mainframe" hreflang="en"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/puzzle_computer_solve_fix_tool.png?itok=aUKBfTf0" width="360" height="202" alt="Puzzle pieces coming together to form a computer screen" title="Puzzle pieces coming together to form a computer screen" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Thu, 13 Apr 2023 07:00:00 +0000</pubDate>
    <dc:creator>pleia2</dc:creator>
    <guid isPermaLink="false">70555 at https://opensource.com</guid>
    </item>
<item>
  <title>How to resolve Git merge conflicts</title>
  <link>https://opensource.com/article/23/4/resolve-git-merge-conflicts</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;How to resolve Git merge conflicts&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/agantony" class="username"&gt;agantony&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2023-04-04T03:00:00-04:00" title="Tuesday, April 4, 2023 - 03:00" class="datetime"&gt;Tue, 04/04/2023 - 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;Don't panic when you encounter a merge conflict. With a little expert negotiation, you can resolve any conflict.&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;Suppose you and I are working on the same file called index.html. I make some changes to the file, commit them, and push the changes to the remote Git repository. You also…&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/23/4/resolve-git-merge-conflicts" hreflang="en"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/code_computer_laptop_hack_work.png?itok=KJTvCOs3" width="360" height="202" alt="Coding on a computer" title="Coding on a computer" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Tue, 04 Apr 2023 07:00:00 +0000</pubDate>
    <dc:creator>agantony</dc:creator>
    <guid isPermaLink="false">70545 at https://opensource.com</guid>
    </item>
<item>
  <title>Manage OpenStack using Terraform and GitLab</title>
  <link>https://opensource.com/article/23/2/manage-openstack-using-terraform-and-gitlab</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;Manage OpenStack using Terraform and GitLab&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/ajscanlas" class="username"&gt;ajscanlas&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2023-02-15T03:00:00-05:00" title="Wednesday, February 15, 2023 - 03:00" class="datetime"&gt;Wed, 02/15/2023 - 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;Follow this tutorial to see how using GitLab can further enhance collaboration in your OpenStack cluster.&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 virtue of GitOps is Infrastructure as Code. It encourages collaboration by using a shared configuration and policy repository. Using GitLab can further enhance…&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/23/2/manage-openstack-using-terraform-and-gitlab" hreflang="en"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/BIZ_darwincloud_520x292_0311LL.png?itok=CeofEbkJ" width="360" height="202" alt="diagram of planning a cloud" title="diagram of planning a cloud" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Wed, 15 Feb 2023 08:00:00 +0000</pubDate>
    <dc:creator>ajscanlas</dc:creator>
    <guid isPermaLink="false">70454 at https://opensource.com</guid>
    </item>
<item>
  <title>Recover from an unsuccessful git rebase with the git reflog command</title>
  <link>https://opensource.com/article/23/1/git-reflog</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;Recover from an unsuccessful git rebase with the git reflog command&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/agantony" class="username"&gt;agantony&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2023-01-16T03:00:00-05:00" title="Monday, January 16, 2023 - 03:00" class="datetime"&gt;Mon, 01/16/2023 - 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;The git rebase command allows you to adjust the history of your Git repository. It's a useful feature, but of course, mistakes can be made. Use the git reflog command to…&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;The git rebase command allows you to adjust the history of your Git repository. It's a useful feature, but of course, mistakes can be made. As is usually the case with 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/23/1/git-reflog" hreflang="en"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/OSDC_women_computing_4.png?itok=sZ3ohT_Q" width="360" height="202" alt="Woman sitting in front of her laptop" title="Women in tech and computing" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Mon, 16 Jan 2023 08:00:00 +0000</pubDate>
    <dc:creator>agantony</dc:creator>
    <guid isPermaLink="false">70403 at https://opensource.com</guid>
    </item>
<item>
  <title>7 Git articles every open source practitioner should read</title>
  <link>https://opensource.com/article/23/1/git-articles</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;7 Git articles every open source practitioner should read&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/amyjune" class="username"&gt;AmyJune&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2023-01-02T03:00:00-05:00" title="Monday, January 2, 2023 - 03:00" class="datetime"&gt;Mon, 01/02/2023 - 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;Get started with Git in 2023 with these helpful articles.&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;Understanding the Git version control system is foundational for many open source practitioners. Whether you are an advanced user or you want 2023 be the year to get started…&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/23/1/git-articles" hreflang="en"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/wfh_work_home_laptop_work.png?itok=47B_x0Oo" width="360" height="202" alt="Working from home at a laptop" title="Working from home at a laptop" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Mon, 02 Jan 2023 08:00:00 +0000</pubDate>
    <dc:creator>AmyJune</dc:creator>
    <guid isPermaLink="false">70385 at https://opensource.com</guid>
    </item>
<item>
  <title>11 tips for writing a good Git commit message</title>
  <link>https://opensource.com/article/22/12/git-commit-message</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;11 tips for writing a good Git commit message&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/amyjune" class="username"&gt;AmyJune&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2022-12-28T03:00:00-05:00" title="Wednesday, December 28, 2022 - 03:00" class="datetime"&gt;Wed, 12/28/2022 - 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;I asked our community of open source practitioners to share their advice for writing helpful Git commit messages.&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;Lately, I have been paying closer attention to the changelogs I get from products and services when updates are needed. Here are some examples: Fixed some bugs. Made some…&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/22/12/git-commit-message" hreflang="en"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/lenovo-thinkpad-laptop-window-focus.png?itok=yiwA57VJ" width="360" height="202" alt="woman on laptop sitting at the window" title="young woman working on a laptop" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Wed, 28 Dec 2022 08:00:00 +0000</pubDate>
    <dc:creator>AmyJune</dc:creator>
    <guid isPermaLink="false">70364 at https://opensource.com</guid>
    </item>
<item>
  <title>Find bugs with the git bisect command</title>
  <link>https://opensource.com/article/22/11/git-bisect</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;Find bugs with the git bisect command&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/dwaynemcdaniel" class="username"&gt;DwayneMcDaniel&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2022-11-22T03:00:00-05:00" title="Tuesday, November 22, 2022 - 03:00" class="datetime"&gt;Tue, 11/22/2022 - 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;Git's bisect tool saves time and energy by quickly identifying a bad commit.&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;Have you ever found a bug in code and needed to know when it was first introduced? Chances are, whoever committed the bug didn't declare it in their Git commit message. In…&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/22/11/git-bisect" hreflang="en"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/bug_software_issue_tracking_computer_screen.jpg?itok=Q97ePBxM" width="360" height="202" alt="Bug tracking magnifying glass on computer screen" title="Bug tracking magnifying glass on computer screen" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Tue, 22 Nov 2022 08:00:00 +0000</pubDate>
    <dc:creator>DwayneMcDaniel</dc:creator>
    <guid isPermaLink="false">70320 at https://opensource.com</guid>
    </item>
<item>
  <title>Learn Git: 3 commands to level up your skill</title>
  <link>https://opensource.com/article/22/11/advanced-git-commands</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;Learn Git: 3 commands to level up your skill&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/dwaynemcdaniel" class="username"&gt;DwayneMcDaniel&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2022-11-21T03:00:00-05:00" title="Monday, November 21, 2022 - 03:00" class="datetime"&gt;Mon, 11/21/2022 - 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;Learn how to use git squash, git rebase, and git cherry-pick.&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;When I talk to people about Git, almost everyone has a strong reaction to the git rebase command. This command has caused many people to change directory, remove the…&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/22/11/advanced-git-commands" hreflang="en"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/coffee_tea_laptop_computer_work_desk.png?itok=i78cNTXO" width="360" height="202" alt="Person drinking a hat drink at the computer" title="Person drinking a hat drink at the computer" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Mon, 21 Nov 2022 08:00:00 +0000</pubDate>
    <dc:creator>DwayneMcDaniel</dc:creator>
    <guid isPermaLink="false">70324 at https://opensource.com</guid>
    </item>
<item>
  <title>7 Git tips for technical writers</title>
  <link>https://opensource.com/article/22/11/git-tips-technical-writers</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;7 Git tips for technical writers&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/kolb" class="username"&gt;kolb&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2022-11-21T03:00:00-05:00" title="Monday, November 21, 2022 - 03:00" class="datetime"&gt;Mon, 11/21/2022 - 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;Follow along with this demo of how I use Git to write documentation for Foreman.&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;As a technical writer working for ATIX, my tasks include creating and maintaining documentation for Foreman at github.com/theforeman/foreman-documentation. Git helps me track…&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/22/11/git-tips-technical-writers" hreflang="en"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/coffee_tea_laptop_computer_work_desk.png?itok=i78cNTXO" width="360" height="202" alt="Person drinking a hat drink at the computer" title="Person drinking a hat drink at the computer" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Mon, 21 Nov 2022 08:00:00 +0000</pubDate>
    <dc:creator>kolb</dc:creator>
    <guid isPermaLink="false">70308 at https://opensource.com</guid>
    </item>
<item>
  <title>My favorite Git tools</title>
  <link>https://opensource.com/article/22/11/git-tools</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;My favorite Git tools&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/dwaynemcdaniel" class="username"&gt;DwayneMcDaniel&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2022-11-18T03:00:00-05:00" title="Friday, November 18, 2022 - 03:00" class="datetime"&gt;Fri, 11/18/2022 - 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;Git reflog, git gc, git bisect, and git worktree are just a few of the tools I use routinely.&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;As with any other technology or skill, just reading about Git cannot make you proficient at it or make you an "advanced" user. Now it's time to dig into some of the tools in…&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/22/11/git-tools" hreflang="en"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/tools_hardware_purple.png?itok=2dwm7eYx" width="360" height="202" alt="Tools illustration" title="Tools illustration" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Fri, 18 Nov 2022 08:00:00 +0000</pubDate>
    <dc:creator>DwayneMcDaniel</dc:creator>
    <guid isPermaLink="false">70319 at https://opensource.com</guid>
    </item>

  </channel>
</rss>
