Parsers: from raw data to stores
kora d4ccf0b318 lemmario-v4-work-in-progress | il y a 2 ans | |
---|---|---|
ASPO | il y a 2 ans | |
CONTROLLER VIRTUOSO | il y a 2 ans | |
DATA | il y a 2 ans | |
FORMS | il y a 2 ans | |
MPP | il y a 2 ans | |
OVI | il y a 2 ans | |
VARIE | il y a 2 ans | |
corali | il y a 2 ans | |
.gitignore | il y a 2 ans | |
README.md | il y a 2 ans | |
test.xml | il y a 2 ans | |
test_new.xml | il y a 2 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: