docs: Added markup to the example for creating upstream branch.
authorCharles Plessy <plessy@debian.org>
Mon, 21 Mar 2011 02:16:23 +0000 (11:16 +0900)
committerGuido Günther <agx@sigxcpu.org>
Mon, 21 Mar 2011 13:22:06 +0000 (14:22 +0100)
Signed-off-by: Guido Günther <agx@sigxcpu.org>
docs/chapters/import.sgml

index cbb8804..c989317 100644 (file)
@@ -142,10 +142,10 @@ EOF
     mergeWithUpstream was set for svn-buildpackage), you can create an empty
     upstream branch with the following commands:
 <screen>
-    git symbolic-ref HEAD refs/heads/upstream
-    git rm --cached -r .
-    git commit --allow-empty -m 'Initial upstream branch.'
-    git checkout -f master
+    <command>git symbolic-ref</command> <replaceable>HEAD</replaceable> <replaceable>refs/heads/upstream</replaceable>
+    <command>git rm</command> <option>--cached</option> <option>-r</option> <replaceable>.</replaceable>
+    <command>git commit</command> <option>--allow-empty</option> <option>-m</option> <replaceable>'Initial upstream branch.'</replaceable>
+    <command>git checkout</command> <option>-f</option> <replaceable>master</replaceable>
 </screen>
     </para>
     </sect2>