<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>initial git setup - Tag - Abdullah Khabir</title>
        <link>https://abdullah.today/tags/initial-git-setup/</link>
        <description>initial git setup - Tag - Abdullah Khabir</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>abdullah@abdullah.today (Abdullah Khabir)</managingEditor>
            <webMaster>abdullah@abdullah.today (Abdullah Khabir)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Sun, 12 Jul 2020 18:58:13 &#43;0500</lastBuildDate><atom:link href="https://abdullah.today/tags/initial-git-setup/" rel="self" type="application/rss+xml" /><item>
    <title>Git Initial Setup</title>
    <link>https://abdullah.today/configure-git/</link>
    <pubDate>Sun, 12 Jul 2020 18:58:13 &#43;0500</pubDate>
    <author>Author</author>
    <guid>https://abdullah.today/configure-git/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/images/git.jpeg" referrerpolicy="no-referrer">
            </div>How to configure Git Git is a version control system by Linus Torvalds, same person who wrote linux kernel.
Installation In Archlinux, you can install git by:
1 $ sudo pacman -S git In Debian and derived distributions:
1 $ sudo apt install -y git Configuration You have to tell git about the author who committed changes so lets do it.
Name and Email Tell git about your name and email:]]></description>
</item></channel>
</rss>
