Giter Site home page Giter Site logo

nis7538 / firsttimers Goto Github PK

View Code? Open in Web Editor NEW

This project forked from curiousgrids/first-timers

0.0 0.0 0.0 183 KB

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

Home Page: https://github.com/CuriousGrids/FirstTimers

License: MIT License

firsttimers's Introduction

FirstTimers

๐Ÿ“บ Video explanation:- https://youtu.be/1Bv4bhtNIaA

visitors 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 or SSH (If you don't have 2FA enabled).
git clone https://github.com/CuriousGrids/FirstTimers.git

or PAT, more about it in the STEP 8.

git clone https://<GitHubToken>@github.com/<username>/<RepositoryName>.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. Learn more about conventional commits here.
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.

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].

git remote add <message> https://<GitHubToken>@github.com/<username>/<RepositoryName>.git
  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
  46. Tran Nguyen Thuong Truong
  47. Ayush Kumar
  48. Rohan Kambli
  49. Lavakush Biyani
  50. Hrutika Badgeri
  51. Nishant Shenoy

firsttimers's People

Contributors

akhileshthite avatar akshayhere avatar rohan-kulkarni-25 avatar nis7538 avatar pranav108 avatar raghavvgupta avatar agarwalrahul30 avatar rahul-mishra-oops avatar ramyachinnadurai avatar riki-05 avatar rohannrk avatar rtewari056 avatar shubh045 avatar bataragabut avatar salonee-jain avatar siddharth-sable avatar suraj-107 avatar thuongtruong1009 avatar stranger311 avatar wkemp avatar dnyaneshwarim avatar aman34503 avatar chandrabosep avatar hrutikabadgeri avatar kiran0094 avatar lavakush07 avatar priyall avatar ash-kodes avatar ashish-0401 avatar avidcoder101 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.