Release highlights
This release primarily improves the new user experience.
Changelog
Added
git branchless init
will 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 --uninstall
will uninstallgit-branchless
from the repository.
Fixed
- The version number in
git-branchless --help
was fixed at0.2.0
. It now reflects the version of the package. git branchless wrap
no longer fails to run if there is no Git repository in the current directory.- User hooks which are invoked by
git-branchless
are now invoked in the correct working directory.