πΊ Video explanation:- https://youtu.be/1Bv4bhtNIaA
Install Git from this link:- https://git-scm.com/downloads
To check the Git version
git --vesrionTo set the global Git username & email address
git config --global user.name "your name"
git config --global user.email "your email"- Clone the repository using HTTPS.
git clone https://github.com/CuriousGrids/FirstTimers.git- Create a new branch.
git branch YourBranchName- Shift to that branch from
mainbranch.
git checkout YourBranchNameAdd your name under contributors list in README.md with format FirstName_LastName
- Add all the changes you've made.
git add .- Make a commit with a message of the changes you've done.
git commit -m 'your_message'- Push your changes to your fork.
git push- Make a pull request in GitHub, and you're done! You have done your first contribution to our project! π
Firstname_Lastname
- Hrishikesh Thite
- Yashoda Rajmani
- Shubham
- Rahul Agarwal
- Manmeet Kaur
- Jaideep Singh
- Rohit Tewari
- Ashutosh Kumar Choudhary
- Priyanshu Vaishnavi
- Pooja Bennabhaktula
- Pranay Gupta
- Km Pooja
- Pranav_Singh
- Avid Coder
- Rahul Mishra
- Harshit Aditya
- Sushant Patial
