Everduin94 / better-commits

A CLI for creating better commits following the conventional commits specification
MIT License
1.96k stars 69 forks source link

fix(branch): worktree commands #58

Closed Everduin94 closed 9 months ago

Everduin94 commented 9 months ago

Separate branch and worktree pre/post commands. Some operations that make sense for branches (like git stash), will throw an error in the root of a bare repository (like when working with worktrees). Increasing the granularity of the configuration tracks with previous decisions and helps avoid issues like this.

github-actions[bot] commented 9 months ago

:tada: This PR is included in version 1.7.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: