From: Scott Rifenbark Date: Mon, 13 Dec 2010 21:44:16 +0000 (-0800) Subject: documentation/kernel-manual/kernel-how-to.xml: added newline character X-Git-Tag: 2011-1~3457 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ef8e0d6f38fd920665cd430b47211df1d7a01f20;p=openembedded-core.git documentation/kernel-manual/kernel-how-to.xml: added newline character There was a git checkout and git push command that did not have a newline character between the two line in a literallayout block. Signed-off-by: Scott Rifenbark --- diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index 67f6a90c68..6b326b5561 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml @@ -1078,7 +1078,8 @@ That's it. Configure and build. Now create a branch in the local clone and push it to the bare clone: - $ git checkout -b crownbay-standard origin/standard $ git push origin crownbay-standard:crownbay-standard + $ git checkout -b crownbay-standard origin/standard + $ git push origin crownbay-standard:crownbay-standard