v0.3.3
Release highlights
This release primarily improves the new user experience.
Changelog
Added
git branchless initwill attempt to detect the correct main branch name to use for the repository. If not automatically detected, it will prompt for the branch name.git branchless init --uninstallwill uninstallgit-branchlessfrom the repository.
Fixed
- The version number in
git-branchless --helpwas fixed at0.2.0. It now reflects the version of the package. git branchless wrapno longer fails to run if there is no Git repository in the current directory.- User hooks which are invoked by
git-branchlessare now invoked in the correct working directory.