PyCon intro to open source/Windows git
< PyCon intro to open source
Jump to navigation
Jump to search
Revision as of 00:16, 10 April 2014 by 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...")
Install Git Bash
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.