mirror of
https://github.com/dathere/de-intern-guide.git
synced 2025-12-19 08:39:25 +00:00
Add qsv Sub-section and GitHub for Beginners guide
This commit is contained in:
parent
0fbfd9f1e7
commit
b5b3788fa6
22 changed files with 268 additions and 78 deletions
37
docs/onboarding/github_setup.mdx
Normal file
37
docs/onboarding/github_setup.mdx
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
sidebar_position: 7
|
||||
---
|
||||
|
||||
# 🐱💻 GitHub
|
||||
|
||||
|
||||
## Welcome Future Coders! 👩💻👨💻
|
||||
|
||||
GitHub is your new best friend in the coding universe! 🚀 Whether you're building the next big app or learning the ropes of coding, GitHub is where the magic happens. Let's get you started on this coding adventure!
|
||||
|
||||
## What's GitHub? 🌐
|
||||
|
||||
GitHub is like a virtual playground for coders. It's where you store your code, work with others, and make amazing things together. Imagine it as a superhero team for coding projects.
|
||||
|
||||
## Cool Features 🌈
|
||||
|
||||
- **Version Control:** Think of it as a time machine for your code. You can go back to previous versions if something goes wrong. Cool, right?
|
||||
- **Collaboration:** Work with friends (or strangers) on projects. Coding is more fun when it's a team effort!
|
||||
- **Issues & Pull Requests:** Communicate and make changes without stepping on each other's toes. It's like passing notes but cooler.
|
||||
|
||||
## Your GitHub Quest 🚀
|
||||
|
||||
1. Create a GitHub account at [github.com](https://github.com) - it's like getting your own superhero costume!
|
||||
2. Explore projects. Find something interesting, like a quest you want to join.
|
||||
3. Fork a project. It's like claiming your own part of the superhero team's headquarters.
|
||||
4. Make changes and create a Pull Request. Show off your coding skills and suggest improvements.
|
||||
|
||||
## Your GitHub Super Move: Collaboration 💻
|
||||
|
||||
GitHub is not just for code; it's for making cool things together. Try collaborating on a project, and you'll feel the coding magic!
|
||||
|
||||
## Ready to Code? 🚀
|
||||
|
||||
GitHub is your launchpad into the coding galaxy. Explore, collaborate, and let's make coding an epic adventure together!
|
||||
|
||||
Get ready for a coding journey full of challenges, triumphs, and a lot of fun! 🚀🌟
|
||||
Loading…
Add table
Add a link
Reference in a new issue