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.

Status In Progress
  • FocusGit workflow
  • PlatformGitHub
  • OutputPortfolio-ready documentation
Overview

This page will document practical Git usage, branching habits, commit hygiene, and publishing workflows for infrastructure projects.

Why This Matters

Git is the memory of the work. Better source control makes infrastructure changes easier to review, explain, recover, and teach.

Learning

What I'm Learning

Branching, commits, pull-request thinking, Markdown documentation, and keeping project history readable.

Build

What I Built / Am Building

Repeatable repo habits for portfolio projects, documentation updates, and future infrastructure artifacts.

Evidence

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

Fill in the detailed workflow examples and screenshots.

Back to Projects