aboutsummaryrefslogtreecommitdiffstats
path: root/docs/git.rst
Commit message (Collapse)AuthorAgeFilesLines
* Moves docs files around so we build from source/ directoryWill Kahn-Greene2011-07-311-224/+0
|
* 333. Adds text about naming bugfix branchesWill Kahn-Greene2011-07-241-0/+4
|
* Two not three ways to contribute now, reflecting that in docs :)Christopher Allan Webber2011-06-221-1/+1
|
* 333. Adds explanation of command lines; tweaks format-patch lineWill Kahn-Greene2011-06-211-7/+25
| | | | | | | | | | * 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
* Updated git documentation to have more useful branch names.Christopher Allan Webber2011-06-191-14/+14
| | | | | I haven't discussed this with Will yet... if he gets unhappy we can roll back this documentation change :)
* Recommending --set-upstream when doing a git push to a feature branch.Christopher Allan Webber2011-06-161-1/+1
| | | | | 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.
* Adds local toc sectionsWill Kahn-Greene2011-06-131-0/+4
| | | | | | | * 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.
* 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