v0.6.0 #653
arxanas
announced in
Release notes
v0.6.0
#653
Replies: 1 comment 1 reply
-
Thanks for the update, I really how fast this can rebase branches. Any chance on a binary release for this version? |
Beta Was this translation helpful? Give feedback.
1 reply
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:If you were using a remote main branch, you will have to switch to a local main branch, as remote main branches are no longer supported; see below.
If you haven't already taken the user survey, please consider doing so!
Release highlights
git sw
is installed by default instead ofgit co
. Thanks to @mlcui-google for fixing a bug in this!git test
:Changelog
Added
git test
command #576) EXPERIMENTAL: Createdgit test
command to run a command on each commit in your stack.git sync --pull
rebases the local main branch on top of the remote main branch.git smartlog
now renders revsets with non-contiguous commits.git smartlog
now deduplicates merge commits which appear in the smartlog.Changed
git sync
to keep it up-to-date.rewritten
revset function #571) Addedcurrent(<revset>)
revset function to determine the latest versions of a set of rewritten commits.public()
,main()
revset functions #582) Addedmain()
,public()
revset functions.git sync
produces more descriptive output.Fixed
git init
#588)git branchless init
now works when invoked in a worktree.git reword --force-rewrite
no longer moves remote-tracking branches.git smartlog
no longer uses 100% CPU in certain cases with remote main branches (because remote main branches are no longer supported).New Contributors
Thanks to the following first-time contributors!
--branch
to--create
#626If 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.6.0.
Beta Was this translation helpful? Give feedback.
All reactions