This repository is designed to help beginners from the Engage Hub Event take their first steps on GitHub by creating and submitting a simple introduction file through a pull request. Whether you're new to programming or just getting started with version control, this guide will walk you through the process in an easy and friendly manner. This tutorial guides you through a GUI to get you started but if you are familiar with the github CLI you are free to do so!
To unlock a world of developer tools and resources, don't miss out on the opportunity to avail your GitHub Student Developer Pack by following this link: GitHub Student Developer Pack
Click the "Fork" button in the top-right corner of this repository to create a personal copy in your GitHub account. This will allow you to make changes without affecting the original repository.
Click the "Add file" button and create a new file.
Create a new file within the introductions
directory using your preferred text editor or . You can name the file <your-name>.md
. For example, if your name is ghanshyam
, create a file named ghanshyam.md
.
In this file, write a short introduction about yourself. Feel free to include information like your name, interests, hobbies, and anything else you'd like to share.
Learn more about [Markdown File] format to customize it according to you and make sure to make it attractive. We have a surprise in store for the 5 most creative intros!
Click the "Commit Changes" button
Commit your changes with a commit message
Now that your changes are pushed to your forked repository, it's time to create a pull request to contribute your introduction to the original repository.
- Visit the original repository at https://github.com/DeCodeCafe/engage-hub.
- Click on the "Pull Requests" tab.
- Click the green "New Pull Request" button.
- Select the
main
branch of the original repository as the base branch. - Select the
main
branch of your forked repository as the compare branch. - Review your changes and click the "Create Pull Request" button.
- Provide a descriptive title and comment for your pull request.
- Click the "Create Pull Request" button once again.
- DeCodeCafe Discord : A community of people to help you out and guide you.
- GitHub Learning Lab: Interactive tutorials to learn Git and GitHub basics.
- GitHub Guides: Comprehensive guides on various Git and GitHub topics.
- Pro Git Book: An excellent resource for learning Git from the ground up.
- GitHub Community Forum: Connect with other GitHub users to ask questions and share knowledge.
Feel free to explore, experiment, and continue learning as you become more comfortable with GitHub. Don't hesitate to reach out to the GitHub community if you need assistance or have any questions.
Happy coding and collaborating! 🚀
-Made By Parv Pareek