Add jj tug command
This commit is contained in:
@@ -119,6 +119,16 @@ in
|
||||
name = name;
|
||||
email = email;
|
||||
};
|
||||
aliases = {
|
||||
tug = [
|
||||
"bookmark"
|
||||
"move"
|
||||
"--from"
|
||||
"heads(::@- & bookmarks())"
|
||||
"--to"
|
||||
"@-"
|
||||
];
|
||||
};
|
||||
ui.default-command = "log";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user