소스 검색

Gestione git

chore/proposed-structure
root 2 일 전
부모
커밋
db7673d7ea
1개의 변경된 파일20개의 추가작업 그리고 0개의 파일을 삭제
  1. +20
    -0
      README.md

+ 20
- 0
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

불러오는 중...
취소
저장