This project covers command line essentials and Git workflow.
iyf-s10-week-03-yourusername/
โโโ docs/
โ โโโ about.html
โ โโโ backup.html
โ โโโ contacts.html
โ โโโ index.html
| โโโ projects.html
โ โโโ css/
โ โ โโโ styles.css
โโโ src/
โโโ images/ (Whatsapp)
โโโ terminal-log.md
โโโ .gitignore
โโโ README.md
Working entirely in the terminal taught me to navigate and manage my file system with precision and speed. I learned core commands like pwd, ls, cd, mkdir, cp, mv, rm, and how to use find and grep to search files efficiently. Writing a shell script to automate project scaffolding was a highlight โ it showed me how repetitive tasks can be turned into one-line commands.
I went beyond basic commits this week. I practised:
feat:, fix:, docs:, style:)push and pull.gitignore to keep repositories cleanBiggest lesson Git is not just a backup tool โ itโs a communication tool. A clean commit history tells the story of how a project was built.
This project is open source and available under the MIT License.