gitconfig

This commit is contained in:
Anthony Cicchetti 2024-03-09 17:28:13 -05:00
parent 0e320591ed
commit 7f735f08f9

View file

@ -68,6 +68,10 @@
conflictStyle = "zdiff3";
};
pack = {
allowPackReuse = "multi";
};
push = {
autoSetupRemote = true;
};