home/git: add recursive git alias

This commit is contained in:
Oystein Kristoffer Tveit 2024-08-09 15:23:58 +02:00
parent 6d4910324a
commit feb001699d
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ in
authors = "shortlog --summary --numbered --email";
si = "switch-interactive";
rebase-author = "rebase -i -x \"git commit --amend --reset-author -CHEAD\"";
git = "!git";
};
extraConfig = {