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