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