jj aliases
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
email = "christoph@schmatzler.com";
|
email = "christoph@schmatzler.com";
|
||||||
};
|
};
|
||||||
git = {
|
git = {
|
||||||
|
sign-on-push = true;
|
||||||
|
subprocess = true;
|
||||||
write-change-id-header = true;
|
write-change-id-header = true;
|
||||||
};
|
};
|
||||||
diff = {
|
diff = {
|
||||||
@@ -19,7 +21,9 @@
|
|||||||
diff-editor = ["nvim" "-c" "DiffEditor $left $right $output"];
|
diff-editor = ["nvim" "-c" "DiffEditor $left $right $output"];
|
||||||
};
|
};
|
||||||
aliases = {
|
aliases = {
|
||||||
|
n = ["new"];
|
||||||
tug = ["bookmark" "move" "--from" "closest_bookmark(@-)" "--to" "@-"];
|
tug = ["bookmark" "move" "--from" "closest_bookmark(@-)" "--to" "@-"];
|
||||||
|
stack = ["log" "-r" "ancestors((trunk()..@)::bookmarks() | @, 2)"];
|
||||||
retrunk = ["rebase" "-d" "trunk()"];
|
retrunk = ["rebase" "-d" "trunk()"];
|
||||||
};
|
};
|
||||||
revset-aliases = {
|
revset-aliases = {
|
||||||
|
|||||||
Reference in New Issue
Block a user