Giter VIP home page Giter VIP logo

secretsocrates / coding-questions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arin2002/hacktoberfest-2022

0.0 0.0 0.0 940 KB

For hacktoberfest do fork and star the repo to participate otherwise you won't be able to participate.......You can follow me for more updates :)

License: MIT License

JavaScript 1.49% C++ 42.50% Python 5.19% C 19.54% Java 19.93% Jupyter Notebook 11.35%

coding-questions's Introduction

Coding-questions

For hacktoberfest do star and fork repo

Coding-Questions

This Repository have Collection of the Important Coding Questions.

Getting Started

These are a set of instructions to follow for you to setup the project locally .

Fork the project repository

Fork the repository to you GitHub .

Clone your fork

Click on the code drop down menu. Now you can either download the zip file and extract it on your local system.

git clone https://github.com/arin2002/Coding-questions.git

Navigate to your local folder

Since the clone was downloaded into a subdirectory of your working directory, you can navigate to it using: cd NAME_OF_REPOSITORY.

cd Coding-questions

Create a new branch

Use git checkout -b BRANCH_NAME to create a new branch and then immediately switch to it.

git checkout -b branch_name

Use git branch to show your local branches.

git branch

Make changes in your local repository

Use a text editor or IDE to make the changes you planned to the files in your local repository. Because you checked out a branch in the previous step, any edits you make will only affect that branch.

Git Add and Commit your changes

Use git add -A or git add . to stage your changes and git commit -m "DESCRIPTION OF CHANGES" to commit them.

git add .
git commit -m"<Description of changes>"

Push your changes to your fork

When you are done making all of your changes, upload these changes to your fork using git push origin BRANCH_NAME.

git push origin <BRANCH_NAME>

Begin the pull request

Return to your fork on GitHub, and refresh the page. You may see a highlighted area that displays your recently pushed branch.

Create the pull request

Before submitting the pull request, you first need to describe the changes you made .

coding-questions's People

Contributors

arin2002 avatar mergify[bot] avatar abhishek28042001 avatar deepakchoursiya avatar sumitha1998 avatar anandpiyush21 avatar crow107 avatar krishna6a avatar gaurav-lomte23 avatar kaushik1216 avatar pr3mkum4r avatar bhavyagupta-11 avatar akphp7 avatar zohaibshahid26 avatar naveenraj2 avatar mrjayendra avatar tanusree-halder avatar rahulkumar9528 avatar nandunk999 avatar krishna2022121 avatar krishna202212 avatar veenakumari8044 avatar vedant102 avatar shantimow avatar santoshanand271 avatar sanjeevbcep avatar rajatdhull avatar in-co-gnito avatar tanusreehalder14 avatar prakashgarg 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.