Parsers: from raw data to stores
federicaspinelli 6ee5c8e7cb Update parsers | %!s(int64=2) %!d(string=hai) anos | |
---|---|---|
ASPO | %!s(int64=2) %!d(string=hai) anos | |
Controller | %!s(int64=2) %!d(string=hai) anos | |
Data | %!s(int64=2) %!d(string=hai) anos | |
Museo | %!s(int64=3) %!d(string=hai) anos | |
OVI | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos |
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: