PyCon intro to open source/OSX git: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Jesstess
(Created page with "125px == Install Git Bash == Let's install <code>git</code>, a popular version control system for managing and collaborating on open source projects. <div ...")
 
imported>Jesstess
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[File:Git.png|125px]]
[[File:Git.png|125px]]


== Install Git Bash ==
== Install <code>git</code> ==


Let's install <code>git</code>, a popular version control system for managing and collaborating on open source projects.
Let's install <code>git</code>, a popular version control system for managing and collaborating on open source projects.


<div style="font-size:125%">[http://git-scm.com/download/mac &raquo; Please visit http://git-scm.com/download/mac now and follow the Git Bash download instructions &laquo;]</div>
<div style="font-size:125%">[http://git-scm.com/download/mac &raquo; Please visit http://git-scm.com/download/mac now and follow the download instructions &laquo;]</div>



== Success! ==
== Success! ==

Latest revision as of 00:19, 10 April 2014

Install git

Let's install git, a popular version control system for managing and collaborating on open source projects.


Success!

You now have git installed.

« Back to the main page