Parsers: from raw data to stores
Federica 5754079a78 add testi datini per raise | il y a 1 an | |
---|---|---|
ASPO | il y a 1 an | |
CONTROLLER VIRTUOSO | il y a 1 an | |
DATA | il y a 1 an | |
FORMS | il y a 1 an | |
MPP | il y a 1 an | |
OVI | il y a 1 an | |
SKOS | il y a 1 an | |
VARIE | il y a 2 ans | |
corali | il y a 2 ans | |
README.md | il y a 3 ans |
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: