add merge tool, change pull algo
This commit is contained in:
parent
1d6331c6cc
commit
cc7e26cecc
@ -15,7 +15,8 @@
|
||||
extraConfig = {
|
||||
init.defaultBranch = "master";
|
||||
push.autoSetupRemote = true;
|
||||
pull.rebase = true;
|
||||
pull.merge = true;
|
||||
merge.tool = "nvimdiff";
|
||||
};
|
||||
|
||||
ignores = [
|
||||
@ -39,7 +40,7 @@
|
||||
dc = "diff --cached";
|
||||
amend = "commit --amend -m";
|
||||
|
||||
# aliases for submodule
|
||||
# aliases for submodules
|
||||
update = "submodule update --init --recursive";
|
||||
foreach = "submodule foreach";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user