quick way to push last jj commit to git 10-06-25 % This handly snippet move the jj bookmark (branch) to the last commit and pushes that change to remote. $ jj desc $ jj new $ jj bookmark m main --to @- && jj git push - [ gitjj] all snippets