This commit is contained in:
Martin Pander
2026-04-27 10:37:35 +02:00
parent 360789b171
commit affbd5ccca
6 changed files with 38 additions and 28 deletions

View File

@@ -85,6 +85,14 @@
tug = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@-"];
lg = ["log"];
des = ["describe"];
sq = ["squash"];
};
ui = {
default-command = "log";
pager = "less -FRX";
diff-formatter = ":git";
merge-editor = "vimdiff";
};
};
};