Team 5937 Docs

Contributing to Git

  1. Create your own branch in Github
  2. Write your feature
  3. Pull code from master/main branch and rebase
git pull origin main --rebase
  1. Follow prompts in files mentioned in output