Our Contributors
Name 1
Your one-line sentence here.
Sanskar Parab
Be the change you want to see in the world.
A place for students to share ideas, practice Git, and celebrate collaboration.
This is a collaborative project where students learn Git and GitHub by contributing their own cards. Add your details below!
Add your card nowYour one-line sentence here.
Be the change you want to see in the world.
Follow these simple steps to add your card to this project!
Go to the GitHub repository page and click the "Fork" button in the top-right corner. This creates your own copy of the project.
Open your terminal/command prompt and run:
git clone [your-fork-url]
This downloads the project to your computer.
Open index.html in a text editor.
Copy the sample card template and paste it below the existing card.
Change the name and sentence to yours!
Run these commands in your terminal:
git add .
git commit -m "Added my contribution"
Upload your changes to your fork:
git push origin main
Go to your fork on GitHub, click "Contribute", then "Open Pull Request". Add a description and submit!