# Getting started with g1t

record your commits

## Install

```bash
npm install -g g1t
```

## Verify the install

Clone the repository and run its checks to confirm everything works on your machine:

```bash
git clone https://github.com/nirholas/g1t.git
cd g1t
```



## Next steps

- [Examples](./examples.md) shows runnable snippets.
- The [README](https://github.com/nirholas/g1t#readme) is the complete reference.
- Found a problem? [Open an issue](https://github.com/nirholas/g1t/issues).
