Aggiorna 'docs/03-workflow-giornaliero-commit-push.md'

This commit is contained in:
2025-12-05 10:04:56 +01:00
parent e6d5b9e26e
commit d3d841afc1
+1 -1
View File
@@ -27,7 +27,7 @@ git fetch origin
git merge origin/develop
```
> Nota: `git pull` = `git fetch` + `git merge` (vedi file dedicato).
> Nota: `git pull` = `git fetch` + `git merge` (vedi [**file dedicato**](./04-fetch-merge-pull.md)).
---