brackets-userland/brackets-git

Add GitFlow support

Opened this issue · 1 comments

I would like to suggest you to provide a GitFlow implementation in your plugin, following this article.

Reference implementation (GitFlow CLI): https://github.com/nvie/gitflow

Just for comparison: Atom's plugin git-control provides a frontend for GitFlow CLI, while Visual Studio Code's plugin vscode-gitflow has its own implementation.

Thanks @lbssousa , great suggestion. Though it make take some time until I'll be able to implement this.