Parsers: from raw data to stores
Federica d6750ebcd8 Delete old example | há 2 anos atrás | |
---|---|---|
ASPO | há 2 anos atrás | |
Controller | há 2 anos atrás | |
Data | há 2 anos atrás | |
Museo | há 3 anos atrás | |
OVI | há 2 anos atrás | |
.gitignore | há 3 anos atrás | |
EAC_to_CSV | há 3 anos atrás | |
README.md | há 3 anos atrás |
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: