You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
535 B
20 lines
535 B
*Completare questo quiz selezionando una risposta per domanda.*
|
|
|
|
1. Un luogo dove confrontare e discutere le differenze introdotte su un ramo con valutazioni, commenti, test integrati, e altro è:
|
|
|
|
- [ ] GitHub
|
|
- [ ] Una Pull Request
|
|
- [ ] Un ramo di funzionalità
|
|
|
|
2. Come si otterrebbero tutti i commit da un ramo remoto?
|
|
|
|
- [ ] `git fetch`
|
|
- [ ] `git pull`
|
|
- [ ] `git commits -r`
|
|
|
|
3. Come ci si porta su di un ramo?
|
|
|
|
- [ ] `git switch [nome-ramo]`
|
|
- [ ] `git checkout [nome-ramo]`
|
|
- [ ] `git load [nome-ramo]`
|