Configuring jujutsu
12 June 2025
Collection of useful tips from akshay for configuring jujutsu. I particularly like the tug
alias, which advances a bookmark on the current branch to one behind the current working copy revision.
tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"];