hgbook

view it/examples/tour.merge.clone.it @ 785:0bf0bf61493e

Minor changes and translation of code snippets for Ch.3.
author Giulio@puck
date Mon Aug 10 21:59:18 2009 +0200 (2009-08-10)
parents
children 63ef1efbac57
line source
1 <!-- BEGIN tour.merge.clone -->
2 <screen><prompt>$</prompt> <userinput>cd ..</userinput>
3 <prompt>$</prompt> <userinput>hg clone hello my-new-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 my-new-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 -->