]> git.piffa.net Git - sketchbook_andrea/commitdiff
Test portatile
authorroot <root@time.piffa.net>
Sun, 15 Feb 2015 21:19:12 +0000 (22:19 +0100)
committerroot <root@time.piffa.net>
Sun, 15 Feb 2015 21:19:12 +0000 (22:19 +0100)
README
push.sh [new file with mode: 0755]

diff --git a/README b/README
index e2a6dec965a7060a237d8abd87c213ba4296aa05..1b29d5dc7c4ceaf89db65bb4acdc6f82d9c3cdce 100644 (file)
--- a/README
+++ b/README
@@ -3,19 +3,24 @@ Andrea's Sketchbook
 
 Esempi per i corsi su Arduino.
 Le ultime versioni sono disponibili su: git.andreamanni.com
+- http://git.andreamanni.com/
+- Interfaccia web: http://git.andreamanni.com/web
 
-Per aggiornare il proprio archivio:
-cd sketchbook_andrea/ ; git fetch
-    
+Per aggiornare il proprio archivio ::
+    cd sketchbook_andrea/ ; git fetch
 
-Note
-------
+Per instanziarne uno nuovo ::
+    git clone --depth 1 git://git.andreamanni.com/sketchbook_andrea
 
-- head_tails_ino
-Is the code example of C book for control structures (IF)
+Per cancellare completamente il vecchio e reinstanziarlo ::
+    rm -r sketchbook_andrea ; git clone --depth 1 git://git.andreamanni.com/sketchbook_andrea
 
-- loop_match_2_ino
-Is the code example of C book for iterative structures (while  - for loop)
+Download via HTTP
+==================
 
+L'archivio e' comunque disponibile per un download via HTTP:
+http://git.andreamanni.com/web?p=sketchbook_andrea;a=snapshot;h=HEAD;sf=tgz
+
+::
+    wget http://git.andreamanni.com/web?p=sketchbook_andrea;a=snapshot;h=HEAD;sf=tgz
 
->-- Copyright note: all these is released into the Public Domain --<
diff --git a/push.sh b/push.sh
new file mode 100755 (executable)
index 0000000..acba26e
--- /dev/null
+++ b/push.sh
@@ -0,0 +1 @@
+git push --all root@git.andreamanni.com:/home/git/sketchbook_andrea