users#git: avoid warning on git pull

This commit is contained in:
Timothy DeHerrera 2020-12-19 17:42:55 -07:00
parent 2a53745f3e
commit 4367a6212f
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -2,6 +2,10 @@
programs.git = {
enable = true;
extraConfig = {
pull.rebase = false;
};
aliases = {
a = "add -p";
co = "checkout";