Added even more git options
This commit is contained in:
parent
dfe9de1d0f
commit
62304d38da
1 changed files with 13 additions and 21 deletions
|
@ -16,17 +16,11 @@ in
|
||||||
tab-in-indent = true;
|
tab-in-indent = true;
|
||||||
tabwidth = 4;
|
tabwidth = 4;
|
||||||
};
|
};
|
||||||
alias = {
|
alias = { };
|
||||||
|
|
||||||
};
|
|
||||||
pager = "delta";
|
pager = "delta";
|
||||||
};
|
};
|
||||||
column = {
|
column.ui = "never";
|
||||||
ui = "never";
|
checkout.defaultRemote = "origin";
|
||||||
};
|
|
||||||
checkout = {
|
|
||||||
defaultRemote = "origin";
|
|
||||||
};
|
|
||||||
delta = {
|
delta = {
|
||||||
navigate = true; # use n and N to move between diff sections
|
navigate = true; # use n and N to move between diff sections
|
||||||
side-by-side = false;
|
side-by-side = false;
|
||||||
|
@ -37,26 +31,24 @@ in
|
||||||
algorithm = "histogram";
|
algorithm = "histogram";
|
||||||
colorMoved = "default";
|
colorMoved = "default";
|
||||||
};
|
};
|
||||||
interactive = {
|
interactive.diffFilter = "delta --color-only";
|
||||||
diffFilter = "delta --color-only";
|
merge.conflictstyle = "diff3";
|
||||||
};
|
|
||||||
merge = {
|
|
||||||
conflictstyle = "diff3";
|
|
||||||
};
|
|
||||||
status = {
|
status = {
|
||||||
short = true;
|
short = true;
|
||||||
branch = true;
|
branch = true;
|
||||||
showUntrackedFiled = "all";
|
showUntrackedFiled = "all";
|
||||||
};
|
};
|
||||||
commit = {
|
commit.verbose = true;
|
||||||
verbose = true;
|
log.date = "iso8601-local";
|
||||||
};
|
tag.gpgSign = true;
|
||||||
log = {
|
|
||||||
date = "iso8601-local";
|
|
||||||
};
|
|
||||||
pull = {
|
pull = {
|
||||||
prune = true;
|
prune = true;
|
||||||
|
ff = "only";
|
||||||
|
rebase = "interactive";
|
||||||
};
|
};
|
||||||
|
push.default = "upstream";
|
||||||
|
rebase.abbreviateCommands = true;
|
||||||
|
rerere.enabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue