Skip to content

v0.3.9

Compare
Choose a tag to compare
@arxanas arxanas released this 08 Feb 17:08
· 1143 commits to master since this release

To install or update git-branchless, run the following:

$ cargo install --locked git-branchless
$ git branchless init  # in your repository

Release highlights

  • This release fixes a bug which several users reported. As always, thanks for your reports!

Changelog

Fixed

  • (#249) On-disk git move commands now ensure that they keep your current branch checked out after the operation.
  • (#249) On-disk git move commands no longer mysteriously move your current branch to a different commit in the stack.