blog/comandi-git.md

18 lines
155 B
Markdown

# Aggiunta tutti i file modificati
`git add .`
---
# Aggiunta commento
`git commit -m "commento"`
---
# Push
`git push -u origin main"`
[Home](./)