Using gitlab, after a certain merge request, I found that several files were deleted. Because there are too many branches. I don’t know who deleted this file now. This file no longer exists locally. How to know who deleted it.
伊谢尔伦2017-05-02 09:26:32
Run in the project directory:
git log -- DELETED_FILE_PATH
One thing to note is that you need to add an additional --
parameter