-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
🤓 Good first issueGood for newcomersGood for newcomers
Description
Prima di iniziare, vai nella cartella della repository e fai:
- stiamo creando su locale un branch con checkout, poi con
push -u origingithub si synchera' con il locale
git checkout -b "docs/update-readme"
git push -u origin "docs/update-readme"Update readME add how to run project e.g.
- npm install...
Poi esegui il push classico: o su terminale o su vscode
git add .
git commit -m "fatta questa modifica"
git pushvai sulla sezione pull request
e apri la pull request :p
attendi che la pr sia accettata
DOPO il merge
dato che abbiamo fatto gia' le modifiche e la pr e' stata mergiata, torniamo al branch principale.
ATTENZIONE sempre a controllare in che branch siamo.
git checkout main
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🤓 Good first issueGood for newcomersGood for newcomers