<?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>install git windows Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/install-git-windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jun 2018 20:42:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to Install Git</title>
		<link>https://www.osradar.com/how-to-install-git/</link>
					<comments>https://www.osradar.com/how-to-install-git/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Mon, 07 May 2018 00:55:26 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[instal git linux]]></category>
		<category><![CDATA[install git]]></category>
		<category><![CDATA[install git windows]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=2929</guid>

					<description><![CDATA[<p>It doesn’t matter whether you’re a Windows user, Mac Pro or Linux dev, Git is always going to be one of the most important tools for you. Git is a client that allows you work directly with GitHub, the largest place for lots of useful and handy projects where devs collaborate and build up the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-git/">How to Install Git</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>It doesn’t matter whether you’re a Windows user, Mac Pro or Linux dev, Git is always going to be one of the most important tools for you. Git is a client that allows you work directly with GitHub, the largest place for lots of useful and handy projects where devs collaborate and build up the best applications for everyone.</p>
<p>There’s a high chance that you’re in need of Git really soon. It’s also not impossible that you got stuck because a software has to be installed using Git. Don’t you worry; we got you covered. Learn how to install Git now!</p>
<ul>
<li>Windows</li>
</ul>
<p>Windows is one of the major platforms for desktop computers. In fact, most of the people in the world (end users) are using Windows now. It’s also a good chance that you’re on Windows as well. Let’s install Git on Windows.</p>
<p>At first, <a href="https://git-scm.com/download/win">download the Git installer for Windows</a>. After the file is downloaded, open the installer and install it like any normal software in your system.</p>
<p><img loading="lazy" class="size-full wp-image-2931 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/install-git-windows.jpg" alt="" width="526" height="407" srcset="https://www.osradar.com/wp-content/uploads/2018/05/install-git-windows.jpg 526w, https://www.osradar.com/wp-content/uploads/2018/05/install-git-windows-300x232.jpg 300w" sizes="(max-width: 526px) 100vw, 526px" /></p>
<p><img loading="lazy" class="size-full wp-image-2932 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/install-git-windows-1.jpg" alt="" width="521" height="408" srcset="https://www.osradar.com/wp-content/uploads/2018/05/install-git-windows-1.jpg 521w, https://www.osradar.com/wp-content/uploads/2018/05/install-git-windows-1-300x235.jpg 300w" sizes="(max-width: 521px) 100vw, 521px" /></p>
<p><img loading="lazy" class="size-full wp-image-2933 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/05/install-git-windows-2.jpg" alt="" width="512" height="402" srcset="https://www.osradar.com/wp-content/uploads/2018/05/install-git-windows-2.jpg 512w, https://www.osradar.com/wp-content/uploads/2018/05/install-git-windows-2-300x236.jpg 300w" sizes="(max-width: 512px) 100vw, 512px" /></p>
<ul>
<li>
<h2>Linux</h2>
</li>
</ul>
<p>Git is one of the most important parts of the Linux distros. There are tons of apps on the GitHub that you may need to install. For installing Git in your system, run the codes according to your distro –</p>
<ul>
<li>
<h3>Debian</h3>
</li>
</ul>
<pre>sudo apt-get install git</pre>
<ul>
<li>
<h3>Ubuntu</h3>
</li>
</ul>
<pre>sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git</pre>
<ul>
<li>
<h3>OpenSUSE</h3>
</li>
</ul>
<pre>sudo zypper install git</pre>
<ul>
<li>
<h3>Fedora</h3>
</li>
</ul>
<pre>sudo yum install git [for Fedora 22 and previous versions]
sudo dnf install git</pre>
<p>You can also take a look at the <a href="https://git-scm.com/download/linux">official installation documentation for Linux</a>.</p>
<p>Voila! Git is installed on your system. Enjoy the power of the community!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-git/">How to Install Git</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-git/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
