annotate it/examples/tour.merge.clone.it @ 976:713f0f69029a
merge with Italian, and very (few) work on ch03
author |
Romain PELISSE <belaran@gmail.com> |
date |
Fri Sep 04 16:33:35 2009 +0200 (2009-09-04) |
parents |
|
children |
719b03ea27c8 |
rev |
line source |
belaran@976
|
1 <!-- BEGIN tour.merge.clone -->
|
belaran@976
|
2 <screen><prompt>$</prompt> <userinput>cd ..</userinput>
|
belaran@976
|
3 <prompt>$</prompt> <userinput>hg clone hello mio-nuovo-hello</userinput>
|
belaran@976
|
4 aggiorno la directory di lavoro
|
belaran@976
|
5 2 file aggiornati, 0 file uniti, 0 file rimossi, 0 file irrisolti
|
belaran@976
|
6 <prompt>$</prompt> <userinput>cd mio-nuovo-hello</userinput>
|
belaran@976
|
7 # Apportiamo alcune semplici modifiche a hello.c...
|
belaran@976
|
8 <prompt>$</prompt> <userinput>mio-editor-di-testo hello.c</userinput>
|
belaran@976
|
9 <prompt>$</prompt> <userinput>hg commit -m "Un nuovo saluto per un nuovo giorno."</userinput>
|
belaran@976
|
10 </screen>
|
belaran@976
|
11 <!-- END tour.merge.clone -->
|