Git Product home page Git Product logo

devcheatsheet's Introduction

DEVCHEATSHEET

Collection of Developer Cheat Sheets, created and maintained by awesome developers.

πŸ› οΈ Installation Steps

1. Fork the project. Click on the icon in the top right to get started

2. Clone the project, you can use the following command:

Using HTTPS
git clone https://github.com/<your-github-username>/devcheatsheet
or using SSH
git clone [email protected]:<your-github-username>/devcheatsheet.git

3. Navigate to the project directory

cd devcheatsheet

πŸ₯‚ After making a change

1. Create a new branch

git checkout -b YourBranchName
or
git branch YourBranchName

2. Add it to staging area

git add <path to the file you worked on>

Note: git add . is used to add all the files to the staging area.

3. Commit your changes with

git commit -m '<your commit message>'

For more information about writing commits: Click here

4. Push your changes

git push -u <remote_name> <branch_name>

πŸ‘©πŸ½β€πŸ’» Contributing

  • Contributions make the open source community such an amazing place to learn, inspire, and create.
  • Any contributions you make are greatly appreciated.
  • Check out our contribution guidelines for more information.

πŸ™πŸ½ Support

This project needs a star️ from you. Don't forget to leave a star✨

πŸ“ License

This project is Licensed under the MIT License. Please go through the License atleast once before making your contribution.

Additional references regarding licenses

GitHub license explained https://choosealicense.com

devcheatsheet's People

Contributors

sahiljawale54 avatar sahiljawale avatar sabin-thapa avatar anshumandas1506 avatar yashagarwal41 avatar adityamathur25 avatar devrajsinh-gohil avatar kanurkarprateek avatar suryansh1720001 avatar swayamgos avatar royalpinto007 avatar mayank30-creator avatar ruturaj-panditrao avatar intruderp avatar the-true-hooha avatar nirbhay007 avatar niyati3012 avatar parth4git avatar purvesh77 avatar panditsamik avatar ishashankpatel avatar shrey-nahar avatar thestuti avatar subratkumar46 avatar sumitbaroniya avatar vikastripathi707 avatar abhishekbhonde avatar chandantw avatar shravan773 avatar nehavns 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.