Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 402 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 402 Bytes

Gitecho - Get the most rececnt git user activities

Building Process

  1. Clone the repo.
git clone https://github.com/utkarshkrsingh/gitecho
  1. Download the required packages.
cd gitecho
go mod download
  1. Build it.
make build

Gitecho is currently only available on Linux.