Skip to content

v3.44.0

Latest

Choose a tag to compare

@git-machete-bot git-machete-bot released this 30 Jun 14:52
040e9d8
  • added: machete.github.{baseRemote,baseOrganization,baseRepository} and machete.gitlab.{baseRemote,baseNamespace,baseProject} git config keys
    to locate the base/target repository of a pull/merge request independently of the head/source repository
  • changed: git machete {github,gitlab} create-{pr,mr} and restack-{pr,mr} now push the head/source branch to the remote
    determined by the code-hosting logic (the machete.{github,gitlab}.remote git config key when set, otherwise the remote inferred from the matching remote URL), consistently with how the base/target branch is already handled;
    in an ambiguous multi-remote setup with no remote configured, they now abort asking for the relevant git config keys rather than prompting to pick a remote interactively