tweak(git): set status.showUntrackedFiles = "all"

This commit is contained in:
Infinidoge 2022-04-13 15:15:20 -04:00
parent 4e63349954
commit 8e02b612d9

View file

@ -6,6 +6,7 @@
pull.rebase = true;
merge.ignore.driver = "true";
init.defaultBranch = "master";
status.showUntrackedFiles = "all";
};
aliases = {