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
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.

Revision as of 00:18, 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