mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
git config tweak
This commit is contained in:
parent
d4a8e60fa5
commit
f5bd49f172
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
userName = "John Bowdre";
|
userName = "John Bowdre";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
pull.ff = "only";
|
pull.rebase = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue