blog/comandi-git.md

18 lines
155 B
Markdown
Raw Normal View History

2023-09-22 11:24:10 +02:00
# Aggiunta tutti i file modificati
`git add .`
---
# Aggiunta commento
2023-09-22 11:24:53 +02:00
`git commit -m "commento"`
2023-09-22 11:24:10 +02:00
---
# Push
2023-09-22 11:24:53 +02:00
`git push -u origin main"`
2023-10-07 16:31:10 +02:00
[Home](./)