These are the mini-coding projects (in Python), as part of the 100-day coding challenge.
The files corresponding to each day are stored in their respective folders, numbered -> Day_1, Day_2 ...
Git Commands:
- git init
- git status
- git add [file] / git add ./*
- git commit -m "[descriptive message]"
- git log
- git remote add [alias/origin] [url]
- git pull
- git push -u origin main