mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-12 09:44:19 +02:00
Merge pull request #147 from robertopauletto/main
Ch 1 - Italian translation, assignments and quizzes
This commit is contained in:
19
1-getting-started-lessons/2-github-basics/translations/.github/post-lecture-quiz.it.md
vendored
Normal file
19
1-getting-started-lessons/2-github-basics/translations/.github/post-lecture-quiz.it.md
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
*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]`
|
14
1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.it.md
vendored
Normal file
14
1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.it.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
*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
|
Reference in New Issue
Block a user