Compare commits
No commits in common. "fb3750706ded79f6019bb321caa02fa04a8080ea" and "acb1bc3743dd8b6d0d6b7a105125f2a7c625a08b" have entirely different histories.
fb3750706d
...
acb1bc3743
2 changed files with 0 additions and 8 deletions
|
@ -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
|
|
|
@ -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"]
|
|
||||||
|
|
Loading…
Reference in a new issue