Compare commits

..

No commits in common. "fb3750706ded79f6019bb321caa02fa04a8080ea" and "acb1bc3743dd8b6d0d6b7a105125f2a7c625a08b" have entirely different histories.

2 changed files with 0 additions and 8 deletions

View file

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

View file

@ -24,6 +24,3 @@ log = "trunk() | ancestors(reachable(@ | mine(), mutable()), 2) | @"
[git] [git]
push-bookmark-prefix = "sloane/push-" push-bookmark-prefix = "sloane/push-"
[aliases]
rebase-bookmarks = ["rebase", "-b", "all:bookmarks() & mine() ~trunk()", "-d", "main", "--skip-emptied"]