Skip to content

v0.3.3

Compare
Choose a tag to compare
@arxanas arxanas released this 28 Jun 02:23
· 1556 commits to master since this release

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 uninstall git-branchless from the repository.

Fixed

  • The version number in git-branchless --help was fixed at 0.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.