πΊ 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"
- 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
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 with a message of the changes you've done.
git commit -m 'your_message'
- Shift to the master branch.
git checkout main
- Merge everything from your branch to the master branch.
git merge YourBranchName
- Get ready to push from your local machine.
git remote add <message> https://<GitHubToken>@github.com/<username>/<RepositoryName>.git
If you haven't setup your Personal Access Token yet, then follow the steps from here.
- Push everything on your forked repository.
git push -u <message> main
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