2025 Week 30
This past week was split among DNS, Git, and my blog among other things.
This past week was split among DNS, Git, and my blog among other things.
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
This week, my focus was a bit more on publishing existing projects.
None
None
None
An experimental todo app built around using Markdown as todo body.
Loosely inspired by TheHitList
None
None
Mount a directory of markdown files, as a sqlite table.