📌 Continuing my DevOps Journey — this time with Git & GitHub!
Git is the backbone of every modern development workflow. No Git = no DevOps.
Here's what I covered:
✅ How Git works — Working Directory → Staging → Local Repo → GitHub
✅ Core commands — init, add, commit, push, pull, log, status
✅ Branching & Merging — and handling conflicts
✅ Stash, Reset & Revert — undoing changes the right way
✅ Tags, Clone & .gitignore
✅ Pull Requests — reviewing before merging
Every DevOps pipeline starts with a git push. Now I actually understand what happens after that. 🚀
#DevOps #docker #linux #Git #GitHub #VersionControl #CloudEngineering #cheatsheet
I use Gitea in my homelab