feat: enable locksverify in git lfs

This commit is contained in:
2025-08-15 22:14:34 +05:00
parent ee5230ef13
commit e459dc46bf

View File

@@ -15,6 +15,7 @@
user = { signingKey = "~/.ssh/id_rihla.pub"; }; user = { signingKey = "~/.ssh/id_rihla.pub"; };
pull = { rebase = true; }; pull = { rebase = true; };
init = { defaultBranch = "main"; }; init = { defaultBranch = "main"; };
lfs = { locksverify = true; };
}; };
}; };
} }