This commit is contained in:
Tao Tien 2026-04-03 17:02:46 -07:00
parent 0febca345b
commit e1492e9cef
4 changed files with 12 additions and 3 deletions

View file

@ -107,6 +107,9 @@ in {
enable = true;
settings = {
remotes.origin.auto-track-bookmarks = "glob:*";
aliases = {
"init" = ["git" "init"];
};
user = {
name = "Tao Tien";
email = "29749622+taotien@users.noreply.github.com";