gitcoach icon indicating copy to clipboard operation
gitcoach copied to clipboard

This is a coaching tool for Git intended help identify codependent pieces of code.

Results 5 gitcoach issues
Sort by recently updated
recently updated
newest added

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...

enhancement

(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...

enhancement

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....

enhancement

Most of the code in `commands.py` is not tested.

enhancement
tests

Use author data to determine who should review a given commit or set of commits.

enhancement