Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/b4nst/turbogit

Opinionated cli enforcing clean git workflow without comprising UX
https://github.com/b4nst/turbogit

cli conventional-commits git go opinionated semver tug

Last synced: 2 months ago
JSON representation

Opinionated cli enforcing clean git workflow without comprising UX

Awesome Lists containing this project

README

        

# Turbogit (tug)

[![build](https://github.com/b4nst/turbogit/workflows/Go/badge.svg)](https://github.com/b4nst/turbogit/actions?query=workflow%3AGo)
[![version](https://img.shields.io/github/v/release/b4nst/turbogit?include_prereleases&label=latest&logo=ferrari)](https://github.com/b4nst/turbogit/releases/latest)
[![Test Coverage](https://api.codeclimate.com/v1/badges/5173f55b5e67109d3ca5/test_coverage)](https://codeclimate.com/github/b4nst/turbogit/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/5173f55b5e67109d3ca5/maintainability)](https://codeclimate.com/github/b4nst/turbogit/maintainability)

![logo](assets/tu_logo.png)

tug is a set of git plugins built to help you deal with your day-to-day git work.
tug enforces conventions like [The Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), [SemVer](https://semver.org/), [Trunk Based Development](https://trunkbaseddevelopment.com),
without overwhelming you.
tug is your friend.

## Documentation

Full documentation is available at [b4nst.github.io/turbogit](https://b4nst.github.io/turbogit)