Skip to content

A place to compile all the DSA interview questions, while learning GitHub alongside!

License

Notifications You must be signed in to change notification settings

acmbvp/InterQues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterQues

Live at - https://acmbvp.github.io/InterQues

Contribution Guidelines / Steps

For making any changes (from your local system), just following the following steps

  • fork this repository into your github account (create one if you don't have it yet)
  • clone it to your system (git clone https://github.com/acmbvp/InterQues.git)
  • in the terminal run git remote add upstream https://github.com/acmbvp/InterQues.git (this is for taking a fresh update of the code anytime in the future)
  • IMPORTANT STEP: get the updated code, run command git pull upstream master in terminal
  • make the changes:
  • commit and push them to your forked repository
  • create a pull request (PR)
  • Voila! You're done.

Installing Git

  • Download Git setup for your operating system and install it.
  • To check whether Git is installed on your system, open cmd on Windows / terminal on Mac.
  • Run command git --version and it should display the version of Git installed.

Cloning the repository using VS Code

  • Open VS Code.
  • Go to View > Terminal.
  • To clone the repo to your desktop, change the directory to desktop by running the command cd desktop.
  • In the terminal, run git clone https://github.com/acmbvp/InterQues.git.
  • A folder/directory should be created on your desktop.
  • Open that folder in VS Code, go to File > Open.
  • Now you're good to go!

Support

  • Create an issue for the same and we'll help you out!