diff --git a/1-getting-started-lessons/2-github-basics/translations/.github/post-lecture-quiz.hi.md b/1-getting-started-lessons/2-github-basics/translations/.github/post-lecture-quiz.hi.md index 21c817c6..2665f629 100644 --- a/1-getting-started-lessons/2-github-basics/translations/.github/post-lecture-quiz.hi.md +++ b/1-getting-started-lessons/2-github-basics/translations/.github/post-lecture-quiz.hi.md @@ -1,19 +1,19 @@ -*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: +1. समीक्षाओं, टिप्पणियों, एकीकृत परीक्षणों और अधिक के साथ एक शाखा पर पेश किए गए मतभेदों की तुलना और चर्चा करने का स्थान है: - [ ] GitHub -- [ ] A Pull Request -- [ ] A feature branch +- [ ] A Pull Request(एक निवेदन) +- [ ] A feature branch(एक सुविधा शाखा) -2. How would you get all the commits from a remote branch? +2. आपको दूरस्थ शाखा से सभी कमिटस कैसे मिलेंगे? - [ ] `git fetch` - [ ] `git pull` - [ ] `git commits -r` -3. How do you switch to a branch? - +3. आप किसी शाखा में कैसे जाते हैं? + - [ ] `git switch [branch-name]` - [ ] `git checkout [branch-name]` - [ ] `git load [branch-name]` diff --git a/1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.hi.md b/1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.hi.md index 619a06fe..7c0653e7 100644 --- a/1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.hi.md +++ b/1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.hi.md @@ -1,13 +1,13 @@ -*Complete this quiz in class* +_इस क्विज को कक्षा में पूरा करें_ -1. How do you create a Git repo? +1. आप एक Git रेपो कैसे बनाते हैं? - [ ] git create - [ ] git start - [ ] git init -2. What does `git add` do? +2. `git add` क्या करता है ? -- [ ] Commits your code -- [ ] Adds your files to a staging area for tracking -- [ ] Adds your files to GitHub +- [ ] आपके कोड को कमिट करता है +- [ ] ट्रैकिंग के लिए एक स्टेजिंग क्षेत्र में अपनी फ़ाइलों को जोड़ता है +- [ ] अपनी फ़ाइलों को GitHub में जोड़ता है