users#git: avoid warning on git pull
This commit is contained in:
parent
2a53745f3e
commit
4367a6212f
|
@ -2,6 +2,10 @@
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
extraConfig = {
|
||||||
|
pull.rebase = false;
|
||||||
|
};
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
a = "add -p";
|
a = "add -p";
|
||||||
co = "checkout";
|
co = "checkout";
|
||||||
|
|
Loading…
Reference in a new issue