v0.3.7 #148
arxanas
announced in
Release notes
v0.3.7
#148
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:Release highlights
git move
.--merge
in order to start merge conflict resolution.--color
option orCLICOLOR
/NOCOLOR
environment variables (@bcongdon).init.defaultBranch
Git config setting is respected when runninggit branchless init
(@bcongdon).Thanks to @bcongdon for several contributions this release, and thanks to everyone else who provided valuable feedback in the Discussions!
Changelog
Added
git branchless init
takes a--main-branch
option to specify the name of the main branch without interactive prompting.--color=[auto,always,never]
flag can be used to override the automatically detected value for terminal colors.CLICOLOR
andNOCOLOR
environment variables are now respected.Changed
git move
andgit restack
will no longer perform merge conflict resolution unless the--merge
option was passed.git branchless init
will useinit.defaultBranch
when detecting the name of the main branch, if one is not provided by--main-branch
.Fixed
/tmp
residing on a different filesystem should no longer fail.--dest
has not been observed by theDag
#129)git move
operations with--dest
referring to a remote commit no longer panic.This discussion was created from the release v0.3.7.
Beta Was this translation helpful? Give feedback.
All reactions