vscode-gitflow
vscode-gitflow copied to clipboard
Gitflow integration for Visual Studio Code
I am trying to build a VSIX extension for the first time, following this [link](https://code.visualstudio.com/api/get-started/your-first-extension) but it fails and seems like it is related to this extension or this dependencies....
skip tag
hello~ how to skip tag? like set git config gitflow.release.finish.notag true,but it dont work
When starting a new feature I am recieving the following error:  Feature name was 'AD-4685 dashboard configuration error' I have no other issues with git and vscode.
This project doesn't have any license. Please add one, preferably an [open source license](https://opensource.org/licenses) such as MIT. A license is mandatory for publishing your extension to [Open VSX](https://open-vsx.org/). Its publishing...
Hello! As I see when I finishing a feature it always merge into the develop with `--no-ff` flag. But sometimes it is not needed. You can see different opinions on...
Hello, Love the extension but currently having to squash feature branches before merging. A toggle setting in User Settings that would just add -S to the "finish" command would be...
Hi. I have cloned two different Git repositories into the same vscode workspace. I create a release 1.0.0 on one repository, and now I would like to create a 1.0.0...
This is a great extension, I have used it consistently. Please add support for workspaces into the plugin. Currently, when I start a new feature, it will use whatever the...
Hello My organization enforcers merges via pull requests in devops. It would be nice that when I say e.g. hotfix finish, a pr is created to the master & dev...
 1. flow init -> OK 2. start feature1 -> OK 3. change source and some commits -> OK 4. finish feature1 -> OK 5. start feature2 -> Error: Branch...