InstallationΒΆ

At the command line:

$ easy_install gitgoing

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv gitgoing
$ pip install gitgoing

Previous topic

gitgoing

Next topic

Usage

This Page