sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
273 stars 14 forks source link

Git Flow is not installed after upgrade #1705

Closed dsl101 closed 1 year ago

dsl101 commented 1 year ago

Version info

Description

After the most recent update, Git Flow commands no longer work

Steps to reproduce

Steps to reproduce the behavior:

  1. Switch to existing feature branch
  2. Right-click, choose Git Flow: Rebase

Screenshots

image

Note the git version is already set to 'bundled' in preferences. Command output:

git: 'flow' is not a git command. See 'git --help'.

The most similar commands are
    reflog
    show
dpjohnst commented 1 year ago

Hi @dsl101,

Thanks for reporting this issue - this will be resolved in the next build.

In the meantime, you can download and install the full Git for Windows installation which includes Git Flow. After installing this, you can set Sublime Merge to use the system Git in the application menu via Preferences > Advanced > Git Binary > System.

Kind regards, - Dylan from Sublime HQ

dpjohnst commented 1 year ago

Hi @dsl101,

This has been resolved in Sublime Merge 2083 (stable).

Kind regards, - Dylan from Sublime HQ