<?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>version control Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/version-control/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 29 Apr 2020 14:56:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to install Git on Ubuntu 18.04 / Linux Mint 19?</title>
		<link>https://www.osradar.com/how-to-install-git-on-ubuntu-18-04-linux-mint-19/</link>
					<comments>https://www.osradar.com/how-to-install-git-on-ubuntu-18-04-linux-mint-19/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 09 Mar 2019 14:16:44 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[version control]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11321</guid>

					<description><![CDATA[<p>Developers must use all available tools to make quality software. Some of these tools do not go directly to the software or the code but to its management. For example, version control is important to ensure that changes are made to the code in an orderly fashion. In this segment, Git seems to be the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-git-on-ubuntu-18-04-linux-mint-19/">How to install Git on Ubuntu 18.04 / Linux Mint 19?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Developers must use all available tools to make quality software. Some of these tools do not go directly to the software or the code but to its management. For example, version control is important to ensure that changes are made to the code in an orderly fashion. In this segment, Git seems to be the most logical alternative for this task. So in this post, we will show you how to install Git on Ubuntu 18.04 and Linux Mint 19.</p>
<p><a href="https://git-scm.com">Git</a> is a free and open source distributed version control system. It is perhaps the most popular within the branch as millions of developers use it to control software versions. Ease of use, community support, and efficient version control are the main features of Git. In addition, it is open source and free, which makes it ideal for all projects.</p>
<p>Of course, Git is available for almost any Linux distribution. It also has versions for Windows or MacOS. So no matter what platform you develop on, you will always have the advantages of using Git.</p>
<h1>Install Git on Ubuntu 18.04 / Linux Mint 19</h1>
<p>As I mentioned earlier, Git is available for many Linux distributions. And <a href="https://www.osradar.com/install-linux-kernel-5-on-ubuntu-18-04/" target="_blank" rel="noopener noreferrer">Ubuntu</a> is no exception. For Ubuntu and Linux Mint we have two different ways to install Git.</p>
<p>First, Git is in the official Ubuntu and Linux Mint repositories. However, the available version is somewhat outdated and the development of Git is quite active. Installing Git in this way is quite simple but will deprive you of having the latest version available with all its advantages.</p>
<p>So, open a terminal and run:</p>
<pre>:~$ sudo apt install git</pre>
<figure id="attachment_11323" aria-describedby="caption-attachment-11323" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11323" src="https://www.osradar.com/wp-content/uploads/2019/03/1-5.png" alt="1.- Install Git from the main repositories" width="1365" height="431" srcset="https://www.osradar.com/wp-content/uploads/2019/03/1-5.png 1365w, https://www.osradar.com/wp-content/uploads/2019/03/1-5-300x95.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/1-5-768x242.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/1-5-1024x323.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/1-5-696x220.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/1-5-1068x337.png 1068w, https://www.osradar.com/wp-content/uploads/2019/03/1-5-1330x420.png 1330w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11323" class="wp-caption-text">1.- Install Git from the main repositories</figcaption></figure>
<p>Then, check the installed version.</p>
<pre>:~$ git --version</pre>
<figure id="attachment_11324" aria-describedby="caption-attachment-11324" style="width: 1363px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11324" src="https://www.osradar.com/wp-content/uploads/2019/03/2-5.png" alt="2.- Git version" width="1363" height="143" srcset="https://www.osradar.com/wp-content/uploads/2019/03/2-5.png 1363w, https://www.osradar.com/wp-content/uploads/2019/03/2-5-300x31.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/2-5-768x81.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/2-5-1024x107.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/2-5-696x73.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/2-5-1068x112.png 1068w" sizes="(max-width: 1363px) 100vw, 1363px" /><figcaption id="caption-attachment-11324" class="wp-caption-text">2.- Git version</figcaption></figure>
<p>As we can see, the version that is in the official repositories is 2.17. However, the latest version available is 2.21 at the time of writing this post.</p>
<p>Fortunately, there is a PPA for Ubuntu and Linux Mint that we can use to install the latest version of Git very easily.</p>
<p>So, open a terminal and run:</p>
<pre>:~$ sudo add-apt-repository ppa:git-core/ppa<code></code></pre>
<figure id="attachment_11325" aria-describedby="caption-attachment-11325" style="width: 1009px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11325" src="https://www.osradar.com/wp-content/uploads/2019/03/3-4.png" alt="3.- Adding the external repository" width="1009" height="316" srcset="https://www.osradar.com/wp-content/uploads/2019/03/3-4.png 1009w, https://www.osradar.com/wp-content/uploads/2019/03/3-4-300x94.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/3-4-768x241.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/3-4-696x218.png 696w" sizes="(max-width: 1009px) 100vw, 1009px" /><figcaption id="caption-attachment-11325" class="wp-caption-text">3.- Adding the external repository</figcaption></figure>
<p>Then, refresh the <a href="https://www.osradar.com/apt-the-ubuntu-package-manager/" target="_blank" rel="noopener noreferrer">APT</a> cache.</p>
<pre>:~$ sudo apt update</pre>
<p>If you already have it installed, run this command.</p>
<pre>:~$ sudo apt upgrade</pre>
<p>Or, if you do not have it installed.</p>
<pre>:~$ sudo apt install git</pre>
<p>After that, check the installed version.</p>
<pre>:~$ git --version</pre>
<figure id="attachment_11326" aria-describedby="caption-attachment-11326" style="width: 777px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11326" src="https://www.osradar.com/wp-content/uploads/2019/03/4-3.png" alt="4.- Git latest version installed" width="777" height="128" srcset="https://www.osradar.com/wp-content/uploads/2019/03/4-3.png 777w, https://www.osradar.com/wp-content/uploads/2019/03/4-3-300x49.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/4-3-768x127.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/4-3-696x115.png 696w" sizes="(max-width: 777px) 100vw, 777px" /><figcaption id="caption-attachment-11326" class="wp-caption-text">4.- Git latest version installed</figcaption></figure>
<p>So we can install Git on Ubuntu 18.04 and Linux Mint 19 using the PPA of the development team.</p>
<h1>Conclusion</h1>
<p>Git is quite a reference when it comes to version control. Many developers use it for their daily work and offer a great guarantee for it. In addition, installing it is quite simple and is within everyone&#8217;s reach.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-git-on-ubuntu-18-04-linux-mint-19/">How to install Git on Ubuntu 18.04 / Linux Mint 19?</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-on-ubuntu-18-04-linux-mint-19/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
