rebase all bookmarks alias

This commit is contained in:
sloane 2024-11-19 15:54:27 -05:00
parent acb1bc3743
commit cd5c7c3248
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ

View file

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