aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorCharles Plessy <plessy@debian.org>2011-03-21 11:16:23 +0900
committerGuido Günther <agx@sigxcpu.org>2011-03-21 14:22:06 +0100
commitc9f1e1e254287eca5ae01ff5ddea4633bd5c5014 (patch)
tree942e1da8b5bf0fee34d65e261313fb1482382533 /docs
parentdd808535e4e0331a95a51d46a6c738ea5a6165d7 (diff)
docs: Added markup to the example for creating upstream branch.
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/chapters/import.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml
index cbb88048..c9893178 100644
--- a/docs/chapters/import.sgml
+++ b/docs/chapters/import.sgml
@@ -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>