vscode-gitflow
vscode-gitflow copied to clipboard
Gitflow integration for Visual Studio Code
Currently all merges are commited with a standard merge message for bugfixes, hotfixes, features etc. it would be nice to be able to edit these messages separately for each merge...
when I select 'Initialize repository for gitflow' ,at last step,an error occurred error: "git" returned status 1 ---------- windows 10 vs code 1.8.1
git flow feature finish not push the code to the repo. how to use the `git flow feature finish`
Relevant https://code.visualstudio.com/docs/editor/multi-root-workspaces and https://github.com/microsoft/vscode/wiki/Adopting-Multi-Root-Workspace-APIs I have three projects open now, with three different repositories. However this extension just work with ONE repository at the time. I can't initialize gitflow on...
Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.6.8 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's...
"git.exe returned status 128" issue when trying to initialise gitflow using 'Initialize repository for gitflow' It's a brand new Surface Laptop 2 running Windows 10 with a fresh installation of...
Hello, From VSCode, when I try to init git flow on a specific repository I always get the following error code "C:\Program Files\Git\cmd\git.exe" returned status 128 The repository name doesn't...
I'm wondering if gitflow-avh https://github.com/petervanderdoes/gitflow-avh could be supported as well? The support for it is much better than the original gitflow (updated 7 days ago vs last commit 2012!) and...
Trying to use the extension to do a **release** for the first time; The release branch did **not** merge back into develop during finish and it was gone. This is...