gitcoach
gitcoach copied to clipboard
This is a coaching tool for Git intended help identify codependent pieces of code.
Since running this command on large repositories takes a long time, it would be nice to just parse + process the commits that have happened since last time `gitlearn` was...
(From mhoye's TODO) Use case: if a new file is being added, should some other file be modified as well? For example, if you add a file, you might need...
The primary use case that I can think of for this is code review on pull requests: - Pull requests consist of multiple commits. - Each commit touches multiple files....
Use author data to determine who should review a given commit or set of commits.