1
0
Fork 0

Disable weird git delta

This commit is contained in:
Malte Brandy 2021-09-07 20:33:11 +02:00
parent 86e54c81e2
commit ec8780f937
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -69,7 +69,6 @@
sync = "!git pull -r && git push";
cpr = "!f() { git fetch origin refs/pull/$1/head && git checkout FETCH_HEAD; }; f";
};
delta.enable = true;
extraConfig = {
pull.ff = "only";