dillonhafer / git-abet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-abet

Show frequently commited files with the current file

Usage:
  git-abet [OPTIONS] file

Flags:
  -h, --help         help for git-abet
  -n, --number int   Number of files to return (default 5)

Example:

$ git-abet -n 5 README.md
.gitignore
cmd/root.go
main.go

About

License:MIT License


Languages

Language:Go 90.5%Language:Shell 9.5%