Giter Club home page Giter Club logo

firsttimers's Introduction

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 yet, then follow the steps from here.

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

Contributors 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

firsttimers's People

Contributors

agarwalrahul30 avatar akhileshthite avatar akshayhere avatar ash-kodes avatar ashish-0401 avatar avidcoder101 avatar fzhussain avatar harshitaditya27 avatar hritvik-mohan avatar ishika-jaiswal avatar ishikameghasaha avatar jaideep25-tech avatar jonmoon74 avatar kushagra-jaiswal avatar manmeet2607 avatar narayan954 avatar nis7538 avatar panquesito7 avatar pooj123-a avatar pooja002 avatar pranav108 avatar priyanshu688 avatar raghavvgupta avatar rahul-mishra-oops avatar ramyachinnadurai avatar rohan-kulkarni-25 avatar rtewari056 avatar strawhat121 avatar thepranaygupta avatar thitoxic avatar

Stargazers

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