parent
a6608a2676
commit
cbe7d5f834
@ -1,19 +0,0 @@
|
||||
*Complete this quiz by checking one answer per question.*
|
||||
|
||||
1. A place to compare and discuss the differences introduced on a branch with reviews, comments, integrated tests, and more is:
|
||||
|
||||
- [ ] GitHub
|
||||
- [ ] A Pull Request
|
||||
- [ ] A feature branch
|
||||
|
||||
2. How would you get all the commits from a remote branch?
|
||||
|
||||
- [ ] `git fetch`
|
||||
- [ ] `git pull`
|
||||
- [ ] `git commits -r`
|
||||
|
||||
3. How do you switch to a branch?
|
||||
|
||||
- [ ] `git switch [branch-name]`
|
||||
- [ ] `git checkout [branch-name]`
|
||||
- [ ] `git load [branch-name]`
|
@ -1,13 +0,0 @@
|
||||
*Complete this quiz in class*
|
||||
|
||||
1. How do you create a Git repo?
|
||||
|
||||
- [ ] git create
|
||||
- [ ] git start
|
||||
- [ ] git init
|
||||
|
||||
2. What does `git add` do?
|
||||
|
||||
- [ ] Commits your code
|
||||
- [ ] Adds your files to a staging area for tracking
|
||||
- [ ] Adds your files to GitHub
|
@ -1,19 +0,0 @@
|
||||
_प्रति प्रश्न एक उत्तर की जाँच करके इस प्रश्नोत्तरी को पूरा करें._
|
||||
|
||||
1. समीक्षाओं, टिप्पणियों, एकीकृत परीक्षणों और अधिक के साथ एक शाखा पर पेश किए गए मतभेदों की तुलना और चर्चा करने का स्थान है:
|
||||
|
||||
- [ ] GitHub
|
||||
- [ ] A Pull Request(एक निवेदन)
|
||||
- [ ] A feature branch(एक सुविधा शाखा)
|
||||
|
||||
2. आपको दूरस्थ शाखा से सभी कमिटस कैसे मिलेंगे?
|
||||
|
||||
- [ ] `git fetch`
|
||||
- [ ] `git pull`
|
||||
- [ ] `git commits -r`
|
||||
|
||||
3. आप किसी शाखा में कैसे जाते हैं?
|
||||
|
||||
- [ ] `git switch [branch-name]`
|
||||
- [ ] `git checkout [branch-name]`
|
||||
- [ ] `git load [branch-name]`
|
@ -1,19 +0,0 @@
|
||||
*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]`
|
@ -1,13 +0,0 @@
|
||||
_इस क्विज को कक्षा में पूरा करें_
|
||||
|
||||
1. आप एक Git रेपो कैसे बनाते हैं?
|
||||
|
||||
- [ ] git create
|
||||
- [ ] git start
|
||||
- [ ] git init
|
||||
|
||||
2. `git add` क्या करता है ?
|
||||
|
||||
- [ ] आपके कोड को कमिट करता है
|
||||
- [ ] ट्रैकिंग के लिए एक स्टेजिंग क्षेत्र में अपनी फ़ाइलों को जोड़ता है
|
||||
- [ ] अपनी फ़ाइलों को GitHub में जोड़ता है
|
@ -1,14 +0,0 @@
|
||||
*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
|
Loading…
Reference in new issue