This page will document practical Git usage, branching habits, commit hygiene, and publishing workflows for infrastructure projects.
Learning Project - Workflow Foundations
Git and GitHub Workflow
A working learning page for building stronger Git habits, cleaner repository structure, and more repeatable documentation workflows across infrastructure projects.
- FocusGit workflow
- PlatformGitHub
- OutputPortfolio-ready documentation
Git is the memory of the work. Better source control makes infrastructure changes easier to review, explain, recover, and teach.
What I'm Learning
Branching, commits, pull-request thinking, Markdown documentation, and keeping project history readable.
What I Built / Am Building
Repeatable repo habits for portfolio projects, documentation updates, and future infrastructure artifacts.
Screenshots / Evidence
Planned evidence for Git history, GitHub repository screenshots, workflow notes, and examples of cleaned-up documentation.
Matt's Notes
Small habits make the work easier to trust.
Git is not glamorous, but it matters. I want the work to be easy to inspect later, especially when I am turning learning into something another person can follow.
Next Steps