Learning Git step by step and applying it in real workflows.
This repository documents my learning journey of Git and GitHub.
I am practicing version control, commands, and real workflows.
- git init, add, commit
- git status and git log
- git clone, push, pull
- branching and merging basics
- undo commands (reset, checkout)
- git add .
- git commit -m "message"
- git push
- Created a sample project using HTML
- Practiced commits and file tracking
- Learned how to manage changes
- Forgot to stage files before committing
- Confused between pull and fetch
- Didn’t know how to undo commits earlier
- Learn Microsoft Excel then PostgreSQL and Cloud Data Stack
- Use Git in real projects
- Improve branching and merging skills
- Git
- GitHub
- VS Code