Skip to content

dhruvmun/SIH

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIH - 2018

Guys Follow this steps:

  • Step 1: fork this repository (make a copy of this repository for your github id)
  • Step 2: go to the your forked repository
  • Step 3: click on the green button ('clone or download')
  • Step 4: copy the url
  • Step 5: open the git bash terminal in your local machine and make a new folder
  • Step 6: Type git clone https://github.com/<your_github_name>/SIH.git
  • Step 7: Do the necessary changes and don't forget to commit it
    • git add .
    • git commit -m "Message goes here"
  • Step 8: Push it to your forked github repository
    • git push origin master
  • Step 9: Go to your Github repository and click on pull request to merge into this repository

ALWAYS REMEMBER
-Rule 1: Code Tells You How, Comments Tell You Why
-Rule 2: Inden tation ;)

About

This repo is for SIH-2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.3%
  • CSS 29.7%
  • HTML 9.5%
  • Python 5.8%
  • Java 5.7%