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

Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 2: Line 2:


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