mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-03-12 03:13:07 +01:00
add jj tug alias ++
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user