Code Snippets, Kickstart, Competitions & More. Code to Live.
Clone repository and switch to weekly-solves
branch. On push
create a pull request
which will be merged after review
.
Create new directories/code files in Weekly-Reviews
folder only. Use only this folder to submit changes.
$ git clone <git-repo-link>
$ git checkout -b weekly-solves
$ git add .
$ git commit -am "<git mssg>"
$ git push origin weekly-solves