docs(defaults/git): add to comments
This commit is contained in:
parent
f3c3add058
commit
4dd72fdcb9
1 changed files with 6 additions and 1 deletions
|
|
@ -31,8 +31,13 @@ in
|
||||||
credential.helper = "cache";
|
credential.helper = "cache";
|
||||||
|
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
|
|
||||||
|
# otherwise git suggests changing the config
|
||||||
|
# which two people I know have done without understanding
|
||||||
|
# causing further problems
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
merge.conflictStyle = "zdiff3";
|
|
||||||
|
merge.conflictStyle = "zdiff3"; # easiest to understand style
|
||||||
commit.verbose = true; # show diffs in commit editor
|
commit.verbose = true; # show diffs in commit editor
|
||||||
}
|
}
|
||||||
// (lib.optionalAttrs (superCfg.delta.enable && config.nixowos.allowAddingPackages) {
|
// (lib.optionalAttrs (superCfg.delta.enable && config.nixowos.allowAddingPackages) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue