Tracking Windows in Git
Avery Pennarun is tracking Windows using Git. The post is just insane.  A taste: I had to try it, of course. I went into ~/win, typed “git init”, and…
Avery Pennarun is tracking Windows using Git. The post is just insane.
A taste:
I had to try it, of course. I went into ~/win, typed “git init”, and “git add .”, and “git commit”. Ta da, a working git repository with my fresh Win98 install.
Then I created separate branches, one for each version of Office, and installed them one by one. And now I can easily test new versions of my plugin: “git checkout office2000; win” or “git checkout office97sr2; win”.
Written by
Related posts

We need a European Sovereign Tech Fund
Open source software is critical infrastructure, but it’s underfunded. With a new feasibility study, GitHub’s developer policy team is building a coalition of policymakers and industry to close the maintenance funding gap.

GitHub Availability Report: June 2025
In June, we experienced three incidents that resulted in degraded performance across GitHub services.

From pair to peer programmer: Our vision for agentic workflows in GitHub Copilot
AI agents in GitHub Copilot don’t just assist developers but actively solve problems through multi-step reasoning and execution. Here’s what that means.