Add verbose mode for git commits
This commit is contained in:
parent
25179e3fad
commit
543b124487
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ in
|
||||||
pull = {
|
pull = {
|
||||||
ff = "only";
|
ff = "only";
|
||||||
};
|
};
|
||||||
|
commit = {
|
||||||
|
verbose = "true";
|
||||||
|
};
|
||||||
commit.gpgsign = "true";
|
commit.gpgsign = "true";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue