Parsers: from raw data to stores
Federica d6750ebcd8 Delete old example | пре 2 година | |
---|---|---|
ASPO | пре 2 година | |
Controller | пре 2 година | |
Data | пре 2 година | |
Museo | пре 3 година | |
OVI | пре 2 година | |
.gitignore | пре 3 година | |
EAC_to_CSV | пре 3 година | |
README.md | пре 3 година |
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: