brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
656 stars 193 forks source link

Add GitFlow support #1314

Open lbssousa opened 7 years ago

lbssousa commented 7 years ago

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.

zaggino commented 7 years ago

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