v0.3.10 #319
arxanas
announced in
Release notes
v0.3.10
#319
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To install or update
git-branchless
, run the following:NOTE: when installing this version with
--locked
, you may see a warning like this:This is safe to ignore. We are waiting for an upstream dependency to be updated to resolve this warning. This is tracked in #317.
Release highlights
This release introduces the following new commands:
git sync
(demo, docs): rebase all commit stacks on top of the main branch without checking them out.git reword
(docs): update the commit message of one or multiple commits without checking them out (thanks to @claytonrcarter).git branchless bug-report
: generate debugging information to attach to a Github issue.Additionally,
git undo
has a breaking change; see below.Changelog
Added
git sync
command, which moves all commit stacks onto the main branch (if possible).git reword
command, which can rewrite commit messages anywhere in the commit tree.--only-branches
option can be passed togit smartlog
to only show commits which are on branches.git move
command, and other commands which can move commits, now accepts the option--no-deduplicate-commits
to skip commit deduplication.Changed
git hide
/git unhide
.git undo
now undoes the most recent operation by default (after confirming). The interactive behavior is available with the-i
/--interactive
flag.Fixed
git amend
are now installed only if the user does not already have aliases with the same name. Thanks to @rslabbert for implementing this.git restack
on large commit histories.New contributors
Thanks to the following first-time contributors!
--only-branches
flag #296If you're interested in contributing, check out the Developer Guide in the Wiki, or post in the Discussions or Discord server to ask any questions.
This discussion was created from the release v0.3.10.
Beta Was this translation helpful? Give feedback.
All reactions