Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 274 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 274 Bytes

TO DO

Brevi istruzioni: git add aggiunge un file al repository

git commit -m esegue il commit dei file

git update-index --assume-unchanged <file>
git update-index --no-assume-unchanged <file>
	ignora/ritraccia un determinato file durante il commit