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.
Web-Dev-For-Beginners/1-getting-started-lessons/2-github-basics/translations/.github/post-lecture-quiz.hi.md

20 lines
972 B

_प्रति प्रश्न एक उत्तर की जाँच करके इस प्रश्नोत्तरी को पूरा करें._
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]`