git: Add extra config
- pull via rebase by default - use three-way-diff - recurse into submodules
This commit is contained in:
parent
68febb367a
commit
579901e786
1 changed files with 7 additions and 0 deletions
|
|
@ -13,6 +13,13 @@
|
||||||
# TODO create option for my own account meta data
|
# TODO create option for my own account meta data
|
||||||
userEmail = "me@failco.de";
|
userEmail = "me@failco.de";
|
||||||
userName = "Alexander Kobjolke";
|
userName = "Alexander Kobjolke";
|
||||||
|
|
||||||
|
extraConfig = {
|
||||||
|
pull = { rebase = true; };
|
||||||
|
merge = { conflictstyle = "diff3"; };
|
||||||
|
submodule = { recurse = true; };
|
||||||
|
};
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
a = "add";
|
a = "add";
|
||||||
c = "commit";
|
c = "commit";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue