beatific: more git config
This commit is contained in:
parent
f7685b5f49
commit
f9f883c395
@ -141,8 +141,26 @@ in {
|
||||
git = {
|
||||
enable = true;
|
||||
config = {
|
||||
column.ui = "auto";
|
||||
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 = {
|
||||
amend = "commit --amend";
|
||||
fixup = "commit --amend --no-edit";
|
||||
|
Loading…
Reference in New Issue
Block a user