Difference between revisions of "PyCon intro to open source/Windows git"
Jump to navigation
Jump to search
imported>Jesstess (Created page with "125px == Install Git Bash == On Windows, we're going to install a package called Git Bash which will not only give us access to the <code>git</code> versi...") |
imported>Jesstess |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[File: |
+ | [[File:Git.png|125px]] |
== Install Git Bash == |
== Install Git Bash == |
||
+ | |||
+ | Let's install <code>git</code>, a popular version control system for managing and collaborating on open source projects. |
||
On Windows, we're going to install a package called Git Bash which will not only give us access to the <code>git</code> version control system, but also a number of command line utilities useful for open source development, including <code>diff</code> and <code>patch</code>. |
On Windows, we're going to install a package called Git Bash which will not only give us access to the <code>git</code> version control system, but also a number of command line utilities useful for open source development, including <code>diff</code> and <code>patch</code>. |
||
− | <div style="font-size:125%">[http:// |
+ | <div style="font-size:125%">[http://msysgit.github.io/ » Please visit http://msysgit.github.io/ now and follow the Git Bash download instructions «]</div> |
You'll be prompted to make a couple of choices during the installation. Please accept the defaults unless you know you should do otherwise. |
You'll be prompted to make a couple of choices during the installation. Please accept the defaults unless you know you should do otherwise. |
Latest revision as of 00:19, 10 April 2014
Install Git Bash
Let's install git
, a popular version control system for managing and collaborating on open source projects.
On Windows, we're going to install a package called Git Bash which will not only give us access to the git
version control system, but also a number of command line utilities useful for open source development, including diff
and patch
.
You'll be prompted to make a couple of choices during the installation. Please accept the defaults unless you know you should do otherwise.
Success!
Now you have git
installed.