Skip to content

MSaiAswin/FirstTimers

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

FirstTimers

πŸ“Ί Video explanation:- https://youtu.be/1Bv4bhtNIaA

visitors GitHub issues Merged Pull Requests

Git installation

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"

STEPS to contribute

  1. Clone the repository using HTTPS.
git clone https://github.com/CuriousGrids/FirstTimers.git
  1. Create a new branch.
git branch YourBranchName
  1. Shift to that branch from main branch.
git checkout YourBranchName

Add your name under contributors list in README.md with format FirstName_LastName

  1. Add all the changes you've made.
git add .
  1. Make a commit with a message of the changes you've done.
git commit -m 'your_message'
  1. Shift to the master branch.
git checkout main
  1. Merge everything from your branch to the master branch.
git merge YourBranchName
  1. 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 (PAT) yet, then follow the steps from here.

  1. Push everything on your forked repository.
git push -u <message> main

Contributor's list

Firstname Lastname

  1. Hrishikesh Thite
  2. Yashoda Rajmani
  3. Shubham
  4. Rahul Agarwal
  5. Manmeet Kaur
  6. Jaideep Singh
  7. Rohit Tewari
  8. Ashutosh Kumar Choudhary
  9. Priyanshu Vaishnavi
  10. Pooja Bennabhaktula
  11. Pranay Gupta
  12. Km Pooja
  13. Pranav Singh
  14. Avid Coder
  15. Rahul Mishra
  16. Harshit Aditya
  17. Sushant Patial
  18. Raghav Gupta
  19. Saloni Jain
  20. Kinjalk Bajpai
  21. Priyal Palkhiwala
  22. Aman Shrivastava
  23. Akshay Mohan
  24. Nishant Shenoy
  25. Narayan Soni
  26. Faraz Hussain
  27. Vrattica Yadav
  28. Siddharth Sabale
  29. Ishika Saha
  30. Ashish Jaiswal
  31. Ishika Jaiswal
  32. Ramya Chinnadurai
  33. Suraj P
  34. MuhammadNurAshiddiqi
  35. JonMoon
  36. Harshit Vishwakarma
  37. Skyrub dev
  38. Aman Upadhyay
  39. Hritvik Mohan
  40. Kushagra Jaiswal
  41. Rishika Garg
  42. Will Kemp
  43. Chandra Bose
  44. kiran k
  45. Sai Aswin Madhavan

About

Complete your first open-source contribution! πŸš€

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published