From 7d7d9b63b5ce367a9d0caf1a18d54df350772e47 Mon Sep 17 00:00:00 2001 From: Asaf Korem Date: Sun, 3 Nov 2024 21:47:34 +0200 Subject: [PATCH] docs: add link to readme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfef635..add0f12 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# git-spotlight -A git log command generator that helps you spot problematic code patterns through repository history +# Git Spotlight + +Discover insights in your git history with these carefully crafted command patterns. +Each pattern helps you identify different aspects of your codebase. + +Originally presented _**"Pinpointing Pain Points in Your Code: Effective Value-Driven Refactoring"** +by Asaf Korem_ • Wix Engineering Conference 2024 + + +Visit the [Git Spotlight](https://git-spotlight.com) website.