v0.3.11
To install or update git-branchless
, run the following:
$ cargo install --locked git-branchless
$ git branchless init # in your repository
If you haven't already taken the user survey, please consider doing so!
Release highlights
This release is a smoke test for git-branchless having been broken into multiple crates, so please report any unexpected compilation issues on the issue tracker.
git-branchless v0.3.12 was also released, with no additional changes from v0.3.11.
Changelog
Added
- Added
--discard
flag togit reword
to start with a clean commit message.
Fixed
- (#326)
git restack
now restacks certain branch commits which it missed before.