diff options
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r-- | documentation/kernel-manual/kernel-how-to.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index bf45ae1729..86e455357a 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml | |||
@@ -754,7 +754,7 @@ repository. | |||
754 | Use this command form to push the changes: | 754 | Use this command form to push the changes: |
755 | <literallayout class='monospaced'> | 755 | <literallayout class='monospaced'> |
756 | > git push ssh://<master_server>/<path_to_repo> | 756 | > git push ssh://<master_server>/<path_to_repo> |
757 | <local_branch>:<remote_branch> | 757 | <local_branch>:<remote_branch> |
758 | </literallayout> | 758 | </literallayout> |
759 | </para> | 759 | </para> |
760 | 760 | ||
@@ -764,7 +764,7 @@ repository. | |||
764 | in the master repository <filename>//git.mycompany.com/pub/git/kernel-2.6.37</filename>. | 764 | in the master repository <filename>//git.mycompany.com/pub/git/kernel-2.6.37</filename>. |
765 | <literallayout class='monospaced'> | 765 | <literallayout class='monospaced'> |
766 | > git push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \ | 766 | > git push ssh://git.mycompany.com/pub/git/kernel-2.6.37 \ |
767 | yocto/standard/common-pc/base:yocto/standard/common-pc/base | 767 | yocto/standard/common-pc/base:yocto/standard/common-pc/base |
768 | </literallayout> | 768 | </literallayout> |
769 | </para> | 769 | </para> |
770 | 770 | ||