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.
15 lines
325 B
15 lines
325 B
*Completa questo quiz in classe*
|
|
|
|
|
|
1. Come si crea un repository Git?
|
|
|
|
- [ ] git create
|
|
- [ ] git start
|
|
- [ ] git init
|
|
|
|
2. Che cosa fa `git add`?
|
|
|
|
- [ ] Esegue una azione di commit per il proprio codice
|
|
- [ ] Aggiunge i propri file in una staging area per essere tracciati
|
|
- [ ] Aggiunge i propri file a GitHub
|