parent
84644d3675
commit
86ccae0d05
11 changed files with 139 additions and 76 deletions
|
|
@ -102,10 +102,19 @@ _: {
|
|||
"bookmark"
|
||||
"move"
|
||||
"--from"
|
||||
"heads(::@- & bookmarks())"
|
||||
"heads(@- & bookmarks())"
|
||||
"--to"
|
||||
"coalesce(@ & ~empty(), @-)"
|
||||
];
|
||||
fuck = [
|
||||
"bookmark"
|
||||
"move"
|
||||
"--from"
|
||||
"heads(@ & bookmarks())"
|
||||
"--to"
|
||||
"@-"
|
||||
"--allow-backwards"
|
||||
];
|
||||
catchup = [
|
||||
"rebase"
|
||||
"-b"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue