summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/kernel-manual/kernel-how-to.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml
index 0f7e03f23f..66ee2e5ea8 100644
--- a/documentation/kernel-manual/kernel-how-to.xml
+++ b/documentation/kernel-manual/kernel-how-to.xml
@@ -729,7 +729,8 @@ repository.
729 <para> 729 <para>
730 Use this command form to push the changes: 730 Use this command form to push the changes:
731 <literallayout class='monospaced'> 731 <literallayout class='monospaced'>
732 git push ssh://&lt;master server&gt;/&lt;path to repo&gt; &lt;local branch&gt;:&lt;remote branch&gt; 732 &gt; git push ssh://&lt;master_server&gt;/&lt;path_to_repo&gt;
733 &lt;local_branch&gt;:&lt;remote_branch&gt;
733 </literallayout> 734 </literallayout>
734 </para> 735 </para>
735 736
@@ -738,7 +739,8 @@ repository.
738 <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
739 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>.
740 <literallayout class='monospaced'> 741 <literallayout class='monospaced'>
741 &gt; push ssh://git.mycompany.com/pub/git/kernel-2.6.37 yocto/standard/common-pc/base:yocto/standard/common-pc/base 742 &gt; push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \
743 yocto/standard/common-pc/base:yocto/standard/common-pc/base
742 </literallayout> 744 </literallayout>
743 </para> 745 </para>
744 746