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/pre-lecture-quiz.hi.md

14 lines
598 B

_इस क्विज को कक्षा में पूरा करें_
1. आप एक Git रेपो कैसे बनाते हैं?
- [ ] git create
- [ ] git start
- [ ] git init
2. `git add` क्या करता है ?
- [ ] आपके कोड को कमिट करता है
- [ ] ट्रैकिंग के लिए एक स्टेजिंग क्षेत्र में अपनी फ़ाइलों को जोड़ता है
- [ ] अपनी फ़ाइलों को GitHub में जोड़ता है