<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://labviewwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Git</id>
	<title>Git - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://labviewwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Git"/>
	<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Git&amp;action=history"/>
	<updated>2026-05-08T13:57:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Git&amp;diff=8118&amp;oldid=prev</id>
		<title>Joerg.hampel: Created page</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Git&amp;diff=8118&amp;oldid=prev"/>
		<updated>2019-06-20T09:27:24Z</updated>

		<summary type="html">&lt;p&gt;Created page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Introduction  =&lt;br /&gt;
&lt;br /&gt;
{{TOCright}}[[File:Logo.git.png|220px|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
Git is a free and open [[Source Code Control|source distributed version control]] system for tracking changes in source code during software development. It is designed with speed and efficiency in mind. &lt;br /&gt;
&lt;br /&gt;
Due to its distributed nature, every Git repository on every computer is a full-fledged repository with complete history and full version-tracking abilities, independent of network access or a central server. Changes can be copied between such local repositories or synced (&amp;quot;pushed&amp;quot;) to a central master repository (the &amp;#039;&amp;#039;origin&amp;#039;&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
Git was created by Linus Torvalds in 2005 for development of the Linux kernel.&lt;br /&gt;
&lt;br /&gt;
= About / Getting started =&lt;br /&gt;
&lt;br /&gt;
The Git website features an [https://git-scm.com/about About section] listing the advantages of Git compared to other source control systems, like &amp;#039;&amp;#039;Branching and Merging&amp;#039;&amp;#039;, its &amp;#039;&amp;#039;Distributed&amp;#039;&amp;#039; nature or its support for distributed, non-linear &amp;#039;&amp;#039;Workflows&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
= Documentation =&lt;br /&gt;
&lt;br /&gt;
The [https://git-scm.com/doc Documentation section] of the Git website lists various sources for information on git:&lt;br /&gt;
&lt;br /&gt;
* [https://git-scm.com/docs Reference Manual]&lt;br /&gt;
* [https://git-scm.com/book Pro Git Book] written by Scott Chacon and Ben Straub, available online for free&lt;br /&gt;
&lt;br /&gt;
= GUI Clients =&lt;br /&gt;
&lt;br /&gt;
Git itself already features tools with graphical user interfaces (git-gui for committing and gitk for browsing). There are also third-party tools that offer additional features or platform-specific UX. Popular choices are:&lt;br /&gt;
&lt;br /&gt;
* [https://www.sourcetreeapp.com/ SourceTree]&lt;br /&gt;
* [https://www.git-tower.com/ Git Tower]&lt;br /&gt;
* [https://tortoisegit.org/ TortoiseGit]&lt;br /&gt;
&lt;br /&gt;
[[Category:SCC]]&lt;/div&gt;</summary>
		<author><name>Joerg.hampel</name></author>
	</entry>
</feed>