some git config
This commit is contained in:
parent
ba079f03e2
commit
0d76681cef
|
@ -8,9 +8,14 @@
|
||||||
|
|
||||||
delta = {
|
delta = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
options = {
|
||||||
|
line-numbers = true;
|
||||||
|
side-by-side = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
diff.colorMoved = "default";
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
rebase.autoSquash = true;
|
rebase.autoSquash = true;
|
||||||
|
|
Loading…
Reference in a new issue