I've checked gitignore, gitatributes and gitconfig and they are the same for multiple projects. In this project specifically if i delete a file, close unreal and open sourcetree it'll do the download lfs thing and revert the deleted file i want to commit.
That's not a revert, its sourcetree signaling you that the file has disappeared from the filesystem, you have to stage and commit that change to effectively delete that file also from being tracked by git.
Like that's the tool you need when you accidentally delete a file ad you want to restore that from the scm.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.