gitflow4idea-plus
gitflow4idea-plus copied to clipboard
after "git flow release finish RELEASE", missed to push tags from local to remote develop
-
I'm submitting a ...
- [x ] feature request
-
What is the current behavior? after "git flow release finish RELEASE", the current plugin does not push tags from local develop to remote/develop with 'git push origin --tags'
-
Is this a bug? Sorry about that. If so give me explicit details how to reproduce: missing implementation?
-
What is the expected behavior?
- after "git flow release finish RELEASE"
- push tags from local develop to remote/develop with 'git push origin --tags'
-
What is the motivation / use case for changing the behavior? avoid forgetting pushing tags from after finishing a release
-
Please tell me about your environment:
-
Gitflow4idea version: 0.7.10
-
Gitflow version: run in terminal
>git flow version
git flow version 1.12.3 (AVH Edition) -
IntelliJ Help -> about > click copy icon and paste here. Should look like this: IntelliJ IDEA 2021.3.3 (Community Edition) Build #IC-213.7172.25, built on March 16, 2022 Runtime version: 11.0.14.1+1-b1751.46 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
-
Isn't it here?
thanks for the great info, let me try it out!
thanks to @tumb1er , it works for "push on finish feature" and "push on finish release".
but do you know the reason for missing the "push on bugfix" in bugfix gitflow? any idea?