π GitHub Learning Journey
- π This project is my personal log of learning GitHub step by step.
- π οΈ Focus is on GitHub CLI commands, not just the GUI.
- β‘ CLI is faster, smoother, and practical for real-world workflows.
- βοΈ Most cloud servers only allow terminal access, so CLI skills are essential.
- π The repo is structured day by day with one new topic/command each day.
- π Main README links to detailed files with examples, explanations, and variations.
π Learning Table of Contents
Day | Topic | Link |
---|---|---|
1 | Create a GitHub Repo and Commit | View Details |
2 | How To Update Your Local Repo With The Latest Changes | View Details |
(I will keep adding more days as I learn.)
π― Goals of This Project
- Build a solid foundation in GitHub CLI.
- Document learning in a way thatβs easy to follow for others.
- Create a ready reference for real-world development & deployment.
β Why Use CLI Instead of GUI?
- Faster workflow π
- Works in cloud/remote servers (no GUI available)
- Easier for automation and scripting
- Improves adaptability for DevOps and deployment