| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Adds explanation of command lines and their arguments (gullydwarf's
suggestion).
* Switched the ``git format-patch ...`` line from using -o patches to
using --stdout. This creates a single patch file and is (probably)
easier to deal with.
* Fixed a typo.
* Adds toc to top of mediagoblin chapter
|
|
|
|
|
| |
I haven't discussed this with Will yet... if he gets unhappy we can
roll back this documentation change :)
|
|
|
|
|
| |
This is nice because it means git will tell you when your branch is
ahead/behind by several commits, assuming you keep working on it.
|
|
|
|
|
|
|
| |
* Some of our chapters are pretty long and this should make it much
easier for a user to find what they're looking for and jumping
to it. It's easier to read the section toc at the top of the
chapter, than it is to read it in the sidebar.
|
|
|
|
| |
a feature/bugfix/issue.
|
|
|
|
|
| |
* minor tweaking of the headers of the git workflow to break
things up and organize them a bit better
|
|
|
|
|
|
|
|
| |
* 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
|
|
* instructions for contributing patches
* learning git
* learning other utilities
|