aboutsummaryrefslogtreecommitdiffstats
path: root/docs/git.rst
Commit message (Collapse)AuthorAgeFilesLines
* Already mentioned, but clarifying that branches should be localized toChristopher Allan Webber2011-06-131-3/+3
| | | | a feature/bugfix/issue.
* Tweaks git workflow structureWill Kahn-Greene2011-06-121-6/+12
| | | | | * minor tweaking of the headers of the git workflow to break things up and organize them a bit better
* Fixes git workflowWill Kahn-Greene2011-06-121-30/+154
| | | | | | | | * overhauls the docs so they're (hopefully) clearer on the git workflow * adds text about putting things in bugfix branches, documenting your work, and using the issue tracker * adds a contrived example that uses aliens
* Adds section on gitWill Kahn-Greene2011-04-301-0/+68
* instructions for contributing patches * learning git * learning other utilities