PyCon intro to open source/Windows git

From OpenHatch wiki

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.

« Back to the main page