• 0 posts
  • 11 comments
Joined 11 months ago
Cake day: July 28th, 2025
  • trunk was the common name before git anyway. Why the move away? I’ve heard it’s because git is more of a weird graph than the trunk+branch model of CVS. But if that’s the reasoning, master is still a stupid name because it implies the same primacy as trunk. Why not just default or start or something?

  • It’s awesome until you want to put the cursor in a specific spot of a previous command.

    $ rm -f delete-me.txt
    ctrl-r "me", ctrl-b, ctrl-k
    $ rm -f delete
    

    But I still use fzf because while I used to do the above, fzf offered more advantage that made switching worth it.