DEV Community

Discussion on: How do you make it easier to search through version control for deleted code?

Collapse
 
masticore252 profile image
Albert Vásquez • Edited

You can always use git bisect, it is meant to find bugs but if you know the files where the deleted code was it will be helpful

git bisect documentation