2025 Week 30

This past week was split among DNS, Git, and my blog among other things.

What is in an Interactive Rebase?

If we understand what files git rebase creates, then we can manually create our own rebase plan.

# Lets check out a branch to work with
git checkout origin/main demo-branch
# and kick off a rebase against root
git rebase -i --root

2025 Week 29

This week, my focus was a bit more on publishing existing projects.

Markdown Todo

An experimental todo app built around using Markdown as todo body.
Loosely inspired by TheHitList