From 72054b8f83a8a3cc61d22626e9cbb3ccda10ff0f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 14 Jul 2011 09:08:06 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/kernel-manual/kernel-how-to.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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. yocto/standard/common-pc/base to the remote branch with the same name in the master repository //git.mycompany.com/pub/git/kernel-2.6.37. - > push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \ + > git push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \ yocto/standard/common-pc/base:yocto/standard/common-pc/base -- cgit v1.2.3-54-g00ecf