Added default git config to be awesomer
This commit is contained in:
parent
351fa72260
commit
1e02aaf73d
|
@ -142,6 +142,14 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
userEmail = email;
|
userEmail = email;
|
||||||
userName = fullName;
|
userName = fullName;
|
||||||
|
extraConfig = {
|
||||||
|
init = { defaultBranch = "main"; };
|
||||||
|
pull = { ff = "only"; };
|
||||||
|
merge = { conflictStyle="zdiff3"; };
|
||||||
|
push = { autoSetupRemote="true"; };
|
||||||
|
};
|
||||||
|
delta.enable = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user