git commit.verbose = true (also using this commit to test it)
very cool feature happy I found it :-)
This commit is contained in:
parent
64cf9c02dc
commit
bd9ccfa601
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ in {
|
|||
core.editor = cfg.editor;
|
||||
init.defaultBranch = cfg.defaultBranch;
|
||||
push.autoSetupRemote = true;
|
||||
commit.verbose = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue