Use git reflog before assuming a commit is lost

Recover commits after a bad reset, rebase, amend, or branch move by checking where Git refs pointed before.

July 6, 2026 · 2 min · Lukas Walter

Use file-based C# apps for small repo utilities

Use a single C# file when a repo utility is useful but a full project would be ceremony.

July 5, 2026 · 1 min · Lukas Walter

Use file-based C# apps for small utilities

A quick .NET 10 tip for running a single C# file without creating a project, with package directives, argument passing, conversion, and preview multi-file support.

June 28, 2026 · 3 min · Lukas Walter