π Interactive Git & GitHub learning platform β visual diagrams, terminal simulator, step-by-step tutorials, and GitHub feature guides. All in one HTML file.
This repository is created to document my journey of learning Git and GitHub. It contains notes, commands, and practical examples for beginners.
- Git Basics
- Repository Initialization
- Staging & Commit
- Branching
- Merging
- GitHub Workflow
- Clone, Pull, Push
- Resolving Merge Conflicts
git init
git add .
git commit -m "message"
git push origin main
git pull
git clone <repo-url>GitLearn/
βββ notes/
βββ examples/
βββ README.md
- Learn Git step by step
- Practice daily commits
- Build strong version control skills
This is a learning repository, but contributions and suggestions are welcome!
If you find this useful, consider giving it a star β
Tarun Aspiring Software Engineer | Java | DSA | AI/ML