Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jnises committed Sep 18, 2022
1 parent 8d56937 commit 2244211
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# git-suggest-ownership

Tool that lists the files in a git repository that currently have lines that were changed by you.
CLI tool that lists the files in a git repository that currently have lines that were changed by you.
Sorted by percentage of lines you changed for each file.

Useful to figure out what parts of the code you could be _codeowner_ for.
Useful to figure out what parts of the code you could be _codeowner_ for.

# Usage
```bash
cd pathtoyourrepo
git-suggest-ownership
```

0 comments on commit 2244211

Please sign in to comment.