From d1696fe40ef39848e520c95c41dc28423dce81b1 Mon Sep 17 00:00:00 2001 From: joel nises Date: Sun, 18 Sep 2022 18:01:30 +0200 Subject: [PATCH] added readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d5ce1b0 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# git-suggest-ownership + +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. \ No newline at end of file