hgbook
view it/examples/tour.merge.clone.it @ 897:e917517d1ef9
White background not needed for body if content is wrapped into .chapter.
author | dukebody <dukebody@gmail.com> |
---|---|
date | Mon Oct 26 12:43:43 2009 +0100 (2009-10-26) |
parents | 63ef1efbac57 |
children | 719b03ea27c8 |
line source
1 <!-- BEGIN tour.merge.clone -->
2 <screen><prompt>$</prompt> <userinput>cd ..</userinput>
3 <prompt>$</prompt> <userinput>hg clone hello mio-nuovo-hello</userinput>
4 aggiorno la directory di lavoro
5 2 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
6 <prompt>$</prompt> <userinput>cd mio-nuovo-hello</userinput>
7 # Apportiamo alcune semplici modifiche a hello.c...
8 <prompt>$</prompt> <userinput>mio-editor-di-testo hello.c</userinput>
9 <prompt>$</prompt> <userinput>hg commit -m "Un nuovo saluto per un nuovo giorno."</userinput>
10 </screen>
11 <!-- END tour.merge.clone -->