feat(jj): add jj tug
This commit is contained in:
@@ -21,6 +21,16 @@ in
|
|||||||
programs.jujutsu = {
|
programs.jujutsu = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
# take the closest ancestor bookmark and move them the current change.
|
||||||
|
# https://shaddy.dev/notes/jj-tug
|
||||||
|
aliases.tug = [
|
||||||
|
"bookmark"
|
||||||
|
"move"
|
||||||
|
"--from"
|
||||||
|
"heads(::@- & bookmarks())"
|
||||||
|
"--to"
|
||||||
|
"@-"
|
||||||
|
];
|
||||||
user = {
|
user = {
|
||||||
name = userfullname;
|
name = userfullname;
|
||||||
email = emails.default;
|
email = emails.default;
|
||||||
|
|||||||
Reference in New Issue
Block a user