Versioce.Git (Versioce v1.0.0) View Source

Git utility functions for versioce module.

Link to this section Summary

Functions

Stage files.

Make a commit with a message.

Get git repository.

Create a tag.

Link to this section Functions

Specs

add([String.t()]) :: String.t()

Stage files.

Specs

commit(String.t()) :: String.t()

Make a commit with a message.

Specs

repo() :: Git.Repository.t()

Get git repository.

Specs

tag(String.t(), String.t()) :: String.t()

Create a tag.