]> git.piffa.net Git - sketchbook_andrea/blob - README
operatori + analog
[sketchbook_andrea] / README
1 Sketchbook di Andrea
2 =====================
3
4 Esempi per i corsi su Arduino.
5 Le ultime versioni sono disponibili su: git.andreamanni.com
6 - http://git.andreamanni.com/
7 - Interfaccia web: http://git.andreamanni.com/web
8
9 Gestione
10 --------------------
11
12 Per aggiornare il proprio archivio ::
13     cd sketchbook_andrea/ ; git fetch
14
15 Per instanziarne uno nuovo ::
16     git clone --depth 1 git://git.andreamanni.com/sketchbook_andrea
17
18 Per cancellare completamente il vecchio e reinstanziarlo ::
19     rm -r sketchbook_andrea ; git clone --depth 1 git://git.andreamanni.com/sketchbook_andrea
20
21 Download via HTTP
22 --------------------
23
24 L'archivio e' comunque disponibile per un download via HTTP:
25 http://git.andreamanni.com/web?p=sketchbook_andrea;a=snapshot;h=HEAD;sf=tgz
26
27 ::
28     wget http://git.andreamanni.com/web?p=sketchbook_andrea;a=snapshot;h=HEAD;sf=tgz
29