SRombauts / UEGitPlugin

Unreal Engine 5 Git LFS 2 Source Control Plugin (beta)
http://srombauts.github.io/UEGitPlugin
MIT License
806 stars 165 forks source link

Checking if file has changed before locking #148

Open robertocaldas opened 3 years ago

robertocaldas commented 3 years ago

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.