DEV Community

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

Collapse
 
stefandorresteijn profile image
Stefan Dorresteijn

We use git flow with all our feature branches being named after their Jira tasks. It's a little strict but it does mean it's very easy to find which code belongs to which function.

We also at this point have about 150 branches and have only been working on this project for two weeks. Worth it though!