πΊ Video explanation:- https://youtu.be/1Bv4bhtNIaA
Install Git from this link:- https://git-scm.com/downloads
To check the Git version
git --version
To set the global Git username & email address
git config --global user.name "your name"
git config --global user.email "your email"
Before you follow all these STEPS, make sure you fork
the repository in your account.
- Clone the repository.
If you don't have 2FA enabled, then use the normal HTTPS or SSH link.
git clone https://github.com/CuriousGrids/FirstTimers.git
Personal Access Token (PAT) is required if you enable 2FA on your Github account [link]. For that, use the following command instead of the normal URL command.
git clone https://<GitHubToken>@github.com/<username>/<RepositoryName>.git
- Create a new branch.
git branch YourBranchName
- Shift to that branch from master (
main
) branch.
git checkout YourBranchName
Add your name under contributors list
in README.md with format FirstName_LastName
- Add all the changes you've made.
git add .
- Make a commit message of the changes you've made. Learn more about conventional commits here.
git commit -m 'Add my contribution'
- Shift to the master (
main
) branch.
git checkout main
- Merge everything from your branch to the master (
main
) branch.
git merge YourBranchName
- Get ready to push from your local machine.
If you don't have 2FA enabled, then use the normal HTTPS or SSH link.
git remote add <message> https://github.com/CuriousGrids/FirstTimers.git
Personal Access Token (PAT) is required if you enable 2FA on your Github account [link]. For that, use the following command instead of the normal URL command.
git remote add <message> https://<GitHubToken>@github.com/<username>/<RepositoryName>.git
- Push everything on your forked repository.
git push -u <message> main
Now, click on Pull Request
button, you'll have the option to create a pull request. i.e., <your forked repo> -> <original repo>
, That's it you're done!
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
- Raghav Gupta
- Saloni Jain
- Kinjalk Bajpai
- Priyal Palkhiwala
- Aman Shrivastava
- Akshay Mohan
- Nishant Shenoy
- Narayan Soni
- Faraz Hussain
- Vrattica Yadav
- Siddharth Sabale
- Ishika Saha
- Ashish Jaiswal
- Ishika Jaiswal
- Ramya Chinnadurai
- Suraj P
- MuhammadNurAshiddiqi
- JonMoon
- Harshit Vishwakarma
- Skyrub dev
- Aman Upadhyay
- Hritvik Mohan
- Kushagra Jaiswal
- Rishika Garg
- Will Kemp
- Chandra Bose
- kiran k
- Sai Aswin Madhavan
- Tran Nguyen Thuong Truong
- Ayush Kumar
- Rohan Kambli
- Lavakush Biyani
- Hrutika Badgeri
- Kumaran T
- Eleena Sarah
- Anushka Jain
- Josh Ball
- Bibek Rai
- Andrew M
- Kruthi S