vscode-gitflow icon indicating copy to clipboard operation
vscode-gitflow copied to clipboard

Add gitflow <type> puiblish

Open mlukaszewski opened this issue 7 years ago • 5 comments
trafficstars

Part of gitflow is push command, labeled as "publish".

It would be consistent if this plugin support it.

mlukaszewski avatar Jan 12 '18 10:01 mlukaszewski

Hey @mlukaszewski you already have a git publish branch action as part of the native git support in VSCode. Anything missing? publishbranch

baywet avatar Apr 23 '18 19:04 baywet

@baywet I think this should be part of git flow. Otherwise, it makes people feel confused. gitflow-avh also has this command, see: gitflow-avh

ValorLin avatar May 09 '18 05:05 ValorLin

+1 I was also looking for the "Publish Feature" command.

If your argument is "the built-in git already supports publishing a branch" then I say the built-in git also supports creating new branches called feature/XYZ or typing git flow init in the terminal, thus we wouldn't need your plugin at all.

hippostar avatar Jun 15 '18 13:06 hippostar

besides having your branch pushed to the remote/the native git flow publish command, do you expect other behaviors? Like checks? Other actions?

baywet avatar Jun 15 '18 13:06 baywet

just a push would be enough for the way I'd use it.

hippostar avatar Jun 20 '18 01:06 hippostar