<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Git - Category - Chai on Tech</title>
        <link>https://posts.chaibuilds.com/categories/git/</link>
        <description>Git - Category - Chai on Tech</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Tue, 05 Sep 2023 12:16:13 &#43;0530</lastBuildDate><atom:link href="https://posts.chaibuilds.com/categories/git/" rel="self" type="application/rss+xml" /><item>
    <title>Git Basics</title>
    <link>https://posts.chaibuilds.com/posts/git-basics/</link>
    <pubDate>Sat, 13 Aug 2022 15:54:58 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/git-basics/</guid>
    <description><![CDATA[<p>Git is an open-source version control system used by software developers to manage changes to their code. In this article, we will cover git and basic commands you need to know to get started with it.</p>]]></description>
</item>
<item>
    <title>Git Merge vs. Git Rebase</title>
    <link>https://posts.chaibuilds.com/posts/git-merge-vs-git-rebase/</link>
    <pubDate>Tue, 05 Sep 2023 12:16:13 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/git-merge-vs-git-rebase/</guid>
    <description><![CDATA[Git is a powerful version control system that allows developers to efficiently manage and collaborate on projects. Two common Git operations for integrating changes from one branch into another are git merge and git rebase. While both serve a similar purpose, they have distinct differences in how they work and when to use them. In this article, we will explore the differences between git merge and git rebase with detailed examples and explanations.]]></description>
</item>
<item>
    <title>Git Important Points</title>
    <link>https://posts.chaibuilds.com/posts/git-important-points/</link>
    <pubDate>Mon, 28 Aug 2023 16:41:52 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/git-important-points/</guid>
    <description><![CDATA[If there is no remote repository added like github or gitlab or bit bucket, when you run git log --oneline it shows only (HEAD -&gt; master). But if you add a remote repository, it shows like (HEAD -&gt; master, origin/master). When you have modified different files on remote repo and local repo(one file on online repo and a different file on your local repo, not same file at both places), you have to first fetch and pull on local repo, and then push your locally modified file to online repo.]]></description>
</item>
<item>
    <title>Managing Multiple Git Accounts on Same Computer</title>
    <link>https://posts.chaibuilds.com/posts/managing-multiple-git-accounts-on-same-computer/</link>
    <pubDate>Thu, 19 Jan 2023 10:42:57 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/managing-multiple-git-accounts-on-same-computer/</guid>
    <description><![CDATA[<p>Managing multiple accounts on a single computer can be a difficult task, especially if those accounts are associated with Git. If you have multiple git accounts and need to switch between them regularly, it can be time-consuming and tedious. Fortunately, there are several methods that you can use to easily manage these multiple git accounts on the same computer. You can switch between your different git accounts with just a few clicks or keystrokes. This guide will discuss some of the most effective methods for managing multiple git accounts on the same computer.</p>]]></description>
</item>
<item>
    <title>Undoing Git Commits: Revert and Reset Changes</title>
    <link>https://posts.chaibuilds.com/posts/git-undo-commits/</link>
    <pubDate>Mon, 31 Oct 2022 20:15:55 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/git-undo-commits/</guid>
    <description><![CDATA[<p>You&rsquo;ve just committed something. Now what? When you&rsquo;re working on a project in Git, you may run into situations where you have to revert back to an earlier version of a file or even the entire branch. Learn how to revert commits with Git. In this tutorial, we&rsquo;ll cover how to revert changes using Git. To revert a single change, you can simply type &lsquo;revert&rsquo; followed by the commit number. Let us explain in detail.</p>]]></description>
</item>
</channel>
</rss>
