-
2025-03-04 notes git
git rebase onto
change the base of a branch to a different branch
-
2025-02-25 notes git
git rename local and remote branch
rename a branch that has already been pushed
-
2025-02-22 notes book
A View From The Stars
Cixin Liu's short stories and essays on sci-fi
-
2024-12-29 notes book draft
Liber Indigo: The Affordances of Magic
I went in thinking it was a book about novel interface design, and ended up with a new perspective on the nature of reality.
-
2024-07-14 notes git
git submodule
Initialize, pull, and update git submodules
-
2024-07-08 notes git
git checkout line by line (hunk by hunk)
Use “git checkout --patch” to apply changes line by line