We use git-lfs
to manage our Repository which contains many binary files. When user trys to lock a file using git-lfs
, there is no checking, whether the file in working copy has the same version or newer than in remote repository. When the file in remote repository has newer version than the working copy, it may lead to conflict.
Is there any way by git-lfs
to force user to update their working copy first, before trying to lock file?
Thanks in advance.