Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 763 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 763 Bytes

SIH 2020

Stubble Trouble

Team Name- Shooting Stars

We are aiming to provide a marketplace and an online self-sustainable business model which would connect farmers to potential buyers of stubble. In this way the stubble burning could be stopped and could be used in an efficient way. For brief information, check out our presentation slides naming sih2020.pptx.

Welcome to the SIH 2020 wiki!

  1. Fork the Repo
  2. Clone the Repo from the Fork - git clone <link-from-fork>
  3. git remote add upstream https://github.com/princebansal42/SIH2020.git

Making Changes to Code

  1. Create a branch Before pushing the code to Fork ,execute these commands to sync to the main repo
  2. git fetch upstream
  3. git checkout master
  4. git merge upstream/master