add jj tug alias ++

This commit is contained in:
2025-08-30 13:02:29 +02:00
parent 20c63922db
commit 142bb1c0b6

View File

@@ -15,5 +15,13 @@ interface = "quit-quickly-or-clear-output"
[--scope.ui]
paginate = "never"
[revset-aliases]
'closest_bookmark(to)' = 'heads(::to & bookmarks())'
[aliases]
l = ["log", "-r", "(main..@):: | (main..@)-"]
tug = ["bookmark", "move", "--from", "closest_bookmark(@-)", "--to", "@-"]
e = ["edit"]
r = ["rebase"]
s = ["squash"]
si = ["squash", "--interactive"]