<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Documentation%2F4.3%2FDevelopers%2FGit%2FDownload</id>
	<title>Documentation/4.3/Developers/Git/Download - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Documentation%2F4.3%2FDevelopers%2FGit%2FDownload"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.3/Developers/Git/Download&amp;action=history"/>
	<updated>2026-04-11T06:05:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.3/Developers/Git/Download&amp;diff=35421&amp;oldid=prev</id>
		<title>UpdateBot: Nightly -&gt; 4.3</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.3/Developers/Git/Download&amp;diff=35421&amp;oldid=prev"/>
		<updated>2013-09-05T03:42:46Z</updated>

		<summary type="html">&lt;p&gt;Nightly -&amp;gt; 4.3&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
==Generic==&lt;br /&gt;
&lt;br /&gt;
Visit the main Git [http://www.git-scm.com/download download site].&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
&lt;br /&gt;
Git comes in two flavors on Windows:&lt;br /&gt;
&lt;br /&gt;
* A Windows native application installer&lt;br /&gt;
* A Cygwin package&lt;br /&gt;
&lt;br /&gt;
Choose one and stick with it.&lt;br /&gt;
They do not get along well in a given work tree on disk&lt;br /&gt;
(the repository formats are compatible but the &amp;quot;stat cache&amp;quot; of the work tree is not unless &amp;lt;code&amp;gt;core.filemode&amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt;false&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
===MSysGit===&lt;br /&gt;
&lt;br /&gt;
Download the &amp;quot;Full installer for official Git&amp;quot; from [http://code.google.com/p/msysgit/downloads/list here]. You want to download the file that is named something like&lt;br /&gt;
 &lt;br /&gt;
 Git-1.7.10-preview20120409.exe&lt;br /&gt;
''If you notice that the filename has changed (because a new version was released or something similar), please update this wiki!''&lt;br /&gt;
&lt;br /&gt;
Run the installer.  When prompted, choose to ''not'' modify the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; and choose the &amp;lt;code&amp;gt;core.autocrlf=true&amp;lt;/code&amp;gt; option.&lt;br /&gt;
Launch the &amp;quot;Git Bash&amp;quot; tool to get a command line shell with Git.&lt;br /&gt;
&lt;br /&gt;
===Cygwin===&lt;br /&gt;
&lt;br /&gt;
Install packages:&lt;br /&gt;
&lt;br /&gt;
* '''git''': Git command-line tool&lt;br /&gt;
* '''gitk''': Graphical history browser&lt;br /&gt;
* '''git-completion''': Bash shell completion rules&lt;br /&gt;
&lt;br /&gt;
Launch a Cygwin command prompt to get a command line shell with Git.&lt;br /&gt;
&lt;br /&gt;
==Mac==&lt;br /&gt;
&lt;br /&gt;
===Xcode 4===&lt;br /&gt;
&lt;br /&gt;
If you have Xcode 4 installed, you already have git installed.&lt;br /&gt;
&lt;br /&gt;
Verify with:&lt;br /&gt;
&lt;br /&gt;
 $ which git&lt;br /&gt;
 /usr/bin/git&lt;br /&gt;
&lt;br /&gt;
 $ git --version&lt;br /&gt;
 git version 1.7.4.4&lt;br /&gt;
&lt;br /&gt;
===OS X Installer===&lt;br /&gt;
&lt;br /&gt;
Download an installer from [http://code.google.com/p/git-osx-installer/ here].&lt;br /&gt;
&lt;br /&gt;
===MacPorts===&lt;br /&gt;
&lt;br /&gt;
Enter these commands:&lt;br /&gt;
&lt;br /&gt;
 $ sudo port selfupdate&lt;br /&gt;
 $ sudo port install git-core +doc&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
&lt;br /&gt;
Popular Linux distributions already come with packages for Git.&lt;br /&gt;
Typically the packages are called:&lt;br /&gt;
&lt;br /&gt;
* '''git-core''': Git command-line tool&lt;br /&gt;
* '''git-doc''': Git documentation&lt;br /&gt;
* '''gitk''': Graphical history browser&lt;/div&gt;</summary>
		<author><name>UpdateBot</name></author>
		
	</entry>
</feed>