Short notes about anything that catches my attention. Also a place to save stuff I keep forgetting over and over.
08/19/2026
22:06
To rebase a branch onto a new base while preserving merge bubbles, run git rebase --rebase-merges <new-base>.
git rebase --rebase-merges <new-base>
07/30/2026
18:04
To get a list of all the files changed between two points in Git history, use git diff main...<HEAD, branch-name or whatever>.
git diff main...<HEAD, branch-name or whatever>
This is a hand-crafted, a little weird personal website. Create one of your own!