# README
Gitlab branch tracker
Simple utility to find and report left branches in Gitlab.
Requirements
- Go 1.11+ (go modules required)
Docker image
$ docker run --rm ns3777k/gitlab-branch-tracker
Building
After cloning this repository simply run:
$ make build
Mailhog
For testing purposes you can use mailhog:
$ docker run -p 1025:1025 -p 8025:8025 mailhog/mailhog
That'll run a smtp server on host's port 1025
and a web viewer to it on 8025
.