|
|
|
@@ -194,3 +194,23 @@ Don't confuse the project level `/src` directory with the `/src` directory Go us |
|
|
|
## Notes |
|
|
|
|
|
|
|
A more opinionated project template with sample/reusable configs, scripts and code is a WIP. |
|
|
|
|
|
|
|
|
|
|
|
###Comandi per scaricare aggiornamenti dalla repository in caso di modifica da un altro PC: |
|
|
|
|
|
|
|
Clona il repository esistente dal server git al server di produzione: |
|
|
|
git clone https://git.afasystems.it/pollutri/res_levis_backend.git |
|
|
|
|
|
|
|
Comandi per commit e push successivi: |
|
|
|
Mostra in rosso i file modificati non aggiunti nel commit, e in verde i file modifciati aggiunti al commit, ignora i file non modificati: |
|
|
|
git status |
|
|
|
|
|
|
|
git add . |
|
|
|
git commit -m "Modificato..." |
|
|
|
|
|
|
|
Non è necessario specificare l'origine: |
|
|
|
git push |
|
|
|
NOTA: inserire le credenziali del proprio utente |
|
|
|
|
|
|
|
Aggiorna la cartella attuale scaricando dal server: |
|
|
|
git pull |