added extraConfig to git settings

This commit is contained in:
2025-01-08 22:36:19 -05:00
parent a6b6d66b9f
commit 6e2703f852

View File

@@ -3,5 +3,9 @@
enable = true;
userEmail = "Richie@tmmworkshop.com";
userName = "Richie Cahill";
extraConfig = {
pull.rebase = true;
color.ui = true;
};
};
}