You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package provides a utility for **managing commit message history** in the **Commit Generator** project. It allows storing and retrieving generated commit messages.
4
+
5
+
## Installation
6
+
To use the commit history utility in your project, install the package:
7
+
8
+
```bash
9
+
pnpm install @commit-generator/commit-history
10
+
```
11
+
12
+
## Usage
13
+
After installation, you can use the commit history utility in your project.
14
+
15
+
1. Adding a Commit to History.
16
+
To store a generated commit message, use the `add` method:
0 commit comments