JetpackDuba / Gitnuro

A FOSS Git multiplatform client for newbies and pros
https://gitnuro.com/
GNU General Public License v3.0
1.01k stars 52 forks source link

Gitflow support #70

Open filipeRmlh opened 1 year ago

filipeRmlh commented 1 year ago

It would be nice if I could start feature, release, etc. and had the application handling all that stuff, creating and closing branches following gitflow way of working.

JetpackDuba commented 1 year ago

Hey! Thanks for your suggestion!

I'll have to look into it for a future release.

Escain commented 5 months ago

Isn't this something for the server-side of git? I mean, github, gitea, bitbucket... ok, they can implement the management for "releases" or tasks/features. But I don't see how a git client can implement that efficiently. With "release", I understand some set of binary files (artifacts) that are saved together with a version number and a git tag. With "tasks"/"features", I understand some task management, kanban or something in the direction of methodology tool (scrum/agile?).