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
1 changed files with 4 additions and 0 deletions

View File

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