This repository was built while practicing Git fundamentals: commits, branching, and pushing to GitHub.
- notes.txt — plain text notes
- data.csv — sample tabular data
- index.html — a simple web page
- style.css — styling for index.html
- config.json — sample JSON config
- script.py — a small Python script
- logo.svg — a simple vector image
- CHANGELOG.md — log of changes
- LICENSE — project license
- .gitignore — ignored files list
Practicing:
- Local commits with correct authorship
- Branching workflow
- Pushing to GitHub