diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-13 09:08:18 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-13 09:08:18 -0500 |
commit | 1e85d28e018e6dc0d4be9af82f221ac5450423bb (patch) | |
tree | c471c3efc94c6fb2982acbc999e877eec357c2b2 /docs/git.rst | |
parent | fb6924170d0cc6b8648627edebc794e82b0946d7 (diff) | |
download | mediagoblin-1e85d28e018e6dc0d4be9af82f221ac5450423bb.tar.lz mediagoblin-1e85d28e018e6dc0d4be9af82f221ac5450423bb.tar.xz mediagoblin-1e85d28e018e6dc0d4be9af82f221ac5450423bb.zip |
Already mentioned, but clarifying that branches should be localized to
a feature/bugfix/issue.
Diffstat (limited to 'docs/git.rst')
-rw-r--r-- | docs/git.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/git.rst b/docs/git.rst index 9a44867a..6421e093 100644 --- a/docs/git.rst +++ b/docs/git.rst @@ -81,9 +81,9 @@ There are three ways to let us know how to get it: 1. (preferred) **push changes to publicly available git clone and let us know where to find it** - Push your branch to your publicly available git clone and add a - comment to the issue with the url for your clone and the branch to - look at. + Push your feature/bugfix/issue branch to your publicly available + git clone and add a comment to the issue with the url for your + clone and the branch to look at. 2. **attaching the patch files to the issue** |