diff options
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r-- | documentation/kernel-manual/kernel-how-to.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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. | |||
1078 | <para> | 1078 | <para> |
1079 | Now create a branch in the local clone and push it to the bare clone: | 1079 | Now create a branch in the local clone and push it to the bare clone: |
1080 | <literallayout class='monospaced'> | 1080 | <literallayout class='monospaced'> |
1081 | $ git checkout -b crownbay-standard origin/standard $ git push origin crownbay-standard:crownbay-standard | 1081 | $ git checkout -b crownbay-standard origin/standard |
1082 | $ git push origin crownbay-standard:crownbay-standard | ||
1082 | </literallayout> | 1083 | </literallayout> |
1083 | </para> | 1084 | </para> |
1084 | 1085 | ||