Skip to content

How to install gitz

Use go get to pull the gitz package as a dependency within your go.mod file:

go get github.com/purpleclay/gitz

Then to get started, import the package into your project:

import git "github.com/purpleclay/gitz"

And that's it!