From db7673d7ea91ad8d67f74873b9cf463579c2d121 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 25 Jun 2026 10:06:16 +0200 Subject: [PATCH] Gestione git --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 7d18167..2c0a0e3 100644 --- a/README.md +++ b/README.md @@ -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