Parsers: from raw data to stores
kora 23076ad4da Prove FORMS | 2 years ago | |
---|---|---|
ASPO | 2 years ago | |
CONTROLLER VIRTUOSO | 2 years ago | |
DATA | 2 years ago | |
FORMS | 2 years ago | |
MPP | 2 years ago | |
OVI | 2 years ago | |
VARIE | 2 years ago | |
corali | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago |
CREARE REPOSITORY REMOTO
Sulla cartella del progetto digitare
a: git init
b: git add
c: git commit -m "messaggio-a-piacere"
d: git remote add origin URL_DELLA_REPO
e: git push -u origin master
Giusto per capire, i comandi fanno le seguenti cose: