1
0
Fork 0

Improve git sync

This commit is contained in:
Malte Brandy 2020-10-01 06:19:27 +02:00
parent 31b1ea3763
commit 3bd628ab41
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

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