beatific: more git config
This commit is contained in:
parent
f7685b5f49
commit
f9f883c395
@ -141,8 +141,26 @@ in {
|
|||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
|
column.ui = "auto";
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
merge.conflictstyle = "diff3";
|
merge.conflictstyle = "zdiff3";
|
||||||
|
branch.sort = "-committerdate";
|
||||||
|
diff = {
|
||||||
|
algorithm = "histogram";
|
||||||
|
colorMoved = "plain";
|
||||||
|
mnemonicPrefix = true;
|
||||||
|
renames = true;
|
||||||
|
};
|
||||||
|
help.autocorrect = "prompt";
|
||||||
|
commit.verbose = true;
|
||||||
|
rerere = {
|
||||||
|
enabled = true;
|
||||||
|
autoupdate = true;
|
||||||
|
};
|
||||||
|
rebase = {
|
||||||
|
autoSquash = true;
|
||||||
|
autoStash = true;
|
||||||
|
};
|
||||||
alias = {
|
alias = {
|
||||||
amend = "commit --amend";
|
amend = "commit --amend";
|
||||||
fixup = "commit --amend --no-edit";
|
fixup = "commit --amend --no-edit";
|
||||||
|
Loading…
Reference in New Issue
Block a user