summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-07-14 09:08:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-21 10:59:20 +0100
commit72054b8f83a8a3cc61d22626e9cbb3ccda10ff0f (patch)
treeecea5799ab730b12eb642967efaf7952c7990669 /documentation
parent00d2062bd5f08e43dd18bc48b29d6594e8233003 (diff)
downloadpoky-72054b8f83a8a3cc61d22626e9cbb3ccda10ff0f.tar.gz
documentation/kernel-manual/kernel-how-to.xml: Added 'git' for a push example.
I forgot the 'git' part of the 'git push' command for the fix requested by Robert P. J. Day. (From yocto-docs rev: 458e18bd9d33c12ff3367cae8a4cc0c6c640b932) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/kernel-manual/kernel-how-to.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml
index 66ee2e5ea8..8ef9793c60 100644
--- a/documentation/kernel-manual/kernel-how-to.xml
+++ b/documentation/kernel-manual/kernel-how-to.xml
@@ -739,7 +739,7 @@ repository.
739 <filename>yocto/standard/common-pc/base</filename> to the remote branch with the same name 739 <filename>yocto/standard/common-pc/base</filename> to the remote branch with the same name
740 in the master repository <filename>//git.mycompany.com/pub/git/kernel-2.6.37</filename>. 740 in the master repository <filename>//git.mycompany.com/pub/git/kernel-2.6.37</filename>.
741 <literallayout class='monospaced'> 741 <literallayout class='monospaced'>
742 &gt; push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \ 742 &gt; git push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \
743 yocto/standard/common-pc/base:yocto/standard/common-pc/base 743 yocto/standard/common-pc/base:yocto/standard/common-pc/base
744 </literallayout> 744 </literallayout>
745 </para> 745 </para>