Could you please add a feature to check if the file has changed in the remote before locking it?
It doesn't make much sense to lock the file if you don't have latest because you will end up with conflicts anyway.
The issue and a possible solution with git is better described on this SO question.
Could you please add a feature to check if the file has changed in the remote before locking it? It doesn't make much sense to lock the file if you don't have latest because you will end up with conflicts anyway. The issue and a possible solution with git is better described on this SO question.
Thank you.