<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Git</title>
	<atom:link href="https://www.tecmint.com/category/git/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 29 May 2023 05:30:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.tecmint.com/wp-content/uploads/2020/07/favicon.ico</url>
	<title>Git</title>
	<link>https://www.tecmint.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Learn the Basics of Git to Manage Projects Efficiently {Beginner&#8217;s Guide}</title>
		<link>https://www.tecmint.com/git-basics/</link>
					<comments>https://www.tecmint.com/git-basics/#respond</comments>
		
		<dc:creator><![CDATA[James Kiarie]]></dc:creator>
		<pubDate>Mon, 29 May 2023 05:29:56 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<guid isPermaLink="false">https://www.tecmint.com/?p=51441</guid>

					<description><![CDATA[The post <a href="https://www.tecmint.com/git-basics/">Learn the Basics of Git to Manage Projects Efficiently {Beginner’s Guide}</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a> .<p>Git is the most popular version control system (VCS) used by developers and development teams to keep track of changes</p>
The post <a href="https://www.tecmint.com/git-basics/">Learn the Basics of Git to Manage Projects Efficiently {Beginner’s Guide}</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a>.]]></description>
		
					<wfw:commentRss>https://www.tecmint.com/git-basics/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Work With GitHub Flavored Markdown in Linux</title>
		<link>https://www.tecmint.com/github-flavored-markdown/</link>
					<comments>https://www.tecmint.com/github-flavored-markdown/#respond</comments>
		
		<dc:creator><![CDATA[Karthick]]></dc:creator>
		<pubDate>Wed, 10 Mar 2021 06:43:41 +0000</pubDate>
				<category><![CDATA[Editors]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Text Editors]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[Linux Markdown Editors]]></category>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41893</guid>

					<description><![CDATA[The post <a href="https://www.tecmint.com/github-flavored-markdown/">How to Work With GitHub Flavored Markdown in Linux</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a> .<p>Markdown is a formatting language that is created for the web. The purpose of markdown is to make life easy</p>
The post <a href="https://www.tecmint.com/github-flavored-markdown/">How to Work With GitHub Flavored Markdown in Linux</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a>.]]></description>
		
					<wfw:commentRss>https://www.tecmint.com/github-flavored-markdown/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Fix Git Always Asking For User Credentials For HTTP(S) Authentication</title>
		<link>https://www.tecmint.com/fix-git-user-credentials-for-https/</link>
					<comments>https://www.tecmint.com/fix-git-user-credentials-for-https/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Fri, 03 Jan 2020 06:53:18 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[Questions]]></category>
		<category><![CDATA[Git Tips]]></category>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35513</guid>

					<description><![CDATA[The post <a href="https://www.tecmint.com/fix-git-user-credentials-for-https/">How to Fix Git Always Asking For User Credentials For HTTP(S) Authentication</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a> .<p>To access or work with a remote Git repository, you can either use SSH or HTTP(S) protocols; with the former,</p>
The post <a href="https://www.tecmint.com/fix-git-user-credentials-for-https/">How to Fix Git Always Asking For User Credentials For HTTP(S) Authentication</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a>.]]></description>
		
					<wfw:commentRss>https://www.tecmint.com/fix-git-user-credentials-for-https/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Use Git Version Control System in Linux [Comprehensive Guide]</title>
		<link>https://www.tecmint.com/use-git-version-control-system-in-linux/</link>
					<comments>https://www.tecmint.com/use-git-version-control-system-in-linux/#comments</comments>
		
		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 17 Oct 2018 06:09:38 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[git beginners guide]]></category>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30811</guid>

					<description><![CDATA[The post <a href="https://www.tecmint.com/use-git-version-control-system-in-linux/">How to Use Git Version Control System in Linux [Comprehensive Guide]</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a> .<p>Version Control (revision control or source control) is a way of recording changes to a file or collection of files</p>
The post <a href="https://www.tecmint.com/use-git-version-control-system-in-linux/">How to Use Git Version Control System in Linux [Comprehensive Guide]</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a>.]]></description>
		
					<wfw:commentRss>https://www.tecmint.com/use-git-version-control-system-in-linux/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
