This commit is contained in:
sloane 2024-11-19 16:08:51 -05:00
parent cd5c7c3248
commit fb3750706d
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ

View file

@ -0,0 +1,5 @@
function jj-sync
jj git fetch
jj rebase -b 'all:bookmarks() & mine() ~ trunk()' -d 'trunk()' --skip-emptied
jj git push --tracked
end