tbdflow 0.3.0

A CLI to streamline your Git workflow for Trunk-Based Development.
Documentation
1
2
3
4
5
6
7
8
9
10
## Installation

You need [Rust and Cargo](https://www.rust-lang.org/tools/install) installed.

**Build from source:**
```bash
git clone https://github.com/cladam/tbdflow.git
cd tbdflow
sudo cargo install --path . --root /usr/local
```