understanding jj’s branching and bookmarks
What is jj aka jujutsu? jj is a git-compatible version control system (VCS) that has fewer primitives, commands and moving parts, and yet feels like it offer...
What is jj aka jujutsu? jj is a git-compatible version control system (VCS) that has fewer primitives, commands and moving parts, and yet feels like it offer...
git rebase –onto If you’re not familiar with git rebase, I wrote a bit of a primer in a previous post about basic rebasing and git fetch tricks, so it might ...
Git rebase basics A decent percentage of git users know what rebase does. In its simplest form, it takes one series of commits – typically from a branch –, d...
git has some rough edges Git has been around a long time (I’ve been using it since around 2011, where’d the time go?) and doesn’t seem to be going anywhere. ...
I recently encountered a problem where my Jellyfin media server stopped processing / displaying new media. For my particular case, it was a simple fix.