GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#go

`git-who` is a tool that helps you understand who contributed to different parts of your codebase. Unlike `git blame`, which shows who wrote each line, `git-who` tells you who worked on entire components or file trees. This can be very useful for understanding the history and ownership of larger sections of code in your project. It provides three main views: a table showing contributions by author, a tree view showing contributions across directories, and a historical timeline of commits. These features help teams manage and maintain complex projects more effectively.

https://github.com/sinclairtarget/git-who