diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-02 10:29:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-15 15:26:57 +0100 |
commit | e60821b98089e62874f4e54df66f4926964e070e (patch) | |
tree | 7e1a385057594290735740662f4e6670fa50adf0 /documentation/dev-manual | |
parent | 5756282dde08673fb380223e6463060494dfef7e (diff) | |
download | poky-e60821b98089e62874f4e54df66f4926964e070e.tar.gz |
documentation/dev-manual/dev-manual-start.xml: removed "probably".
the user should use Git commands..no probably about it.
(From yocto-docs rev: 84b0b4e8c7b6b89c81503f40ba855e9f624887c3)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 12a1ddc413..9194d76cf9 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -79,7 +79,7 @@ | |||
79 | You end up simply with a local snapshot of Yocto Project files that are based on the | 79 | You end up simply with a local snapshot of Yocto Project files that are based on the |
80 | particular release in the tarball.</para></listitem> | 80 | particular release in the tarball.</para></listitem> |
81 | <listitem><para><emphasis>Git Repository Method:</emphasis> If you are going to be contributing | 81 | <listitem><para><emphasis>Git Repository Method:</emphasis> If you are going to be contributing |
82 | back into the Yocto Project you should probably use Git commands to set up a local | 82 | back into the Yocto Project you should use Git commands to set up a local |
83 | <filename>poky</filename> Git repository of the Yocto Project. | 83 | <filename>poky</filename> Git repository of the Yocto Project. |
84 | Doing so creates a Git repository with a complete history of changes and allows | 84 | Doing so creates a Git repository with a complete history of changes and allows |
85 | you to easily submit your changes upstream to the project.</para> | 85 | you to easily submit your changes upstream to the project.</para> |