Parsers: from raw data to stores
kora 5b5d9907ac suffer | há 2 anos atrás | |
---|---|---|
ASPO | há 2 anos atrás | |
CONTROLLER VIRTUOSO | há 2 anos atrás | |
DATA | há 2 anos atrás | |
FORMS | há 2 anos atrás | |
MPP | há 2 anos atrás | |
OVI | há 2 anos atrás | |
VARIE | há 2 anos atrás | |
corali | há 2 anos atrás | |
.gitignore | há 2 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: