1
0
Fork 0

Improve sync command

This commit is contained in:
Malte Brandy 2020-10-01 01:50:16 +02:00
parent 0497f76685
commit abd6a606d0
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -38,7 +38,7 @@ in {
"${config.home.homeDirectory}/git/password-store";
};
git = {
aliases.sync = "!git pull -r && git push";
aliases.sync = "!git pull -r --recurse-submodules && git push";
extraConfig.pull.ff = "only";
enable = true;
ignores = [