gitflow4idea-plus
gitflow4idea-plus copied to clipboard
after initial gitflow, develop branch is not available in remote
- I'm submitting a ...
- [x] question
- What is the current behavior? after initial gitflow, "develop" branch is not available in remote except that "develop" is created in local repo
so I manually create a "develop" branch in remote, however release branch is finished, the gitflow will only merge to local develop but never in remote "develop"
- details how to reproduce:**
- Open IntelliJ
- clone a repo from github
- in gitflow plugin option -> select init repo
- "develop" branch is only create local
- What is the expected behavior? excepted "develop" to be created in both local and remote as well
excepted both "main" and "develop" are long living branched
- What is the motivation / use case for changing the behavior? however, the current implement will cause remote -develop out of sync after release
local - main (in sync after merged release PR) local - develop (in sync after finished release branch and manually click update local develop branch)
remote - main (in sync after merged release PR) remote - develop (*** OUT OF SYNC*** , no update, unless manually do push from local develop)
-
Please tell me about your environment:
-
Gitflow4idea version: find in IntelliJ settings plugins
-
Gitflow version: run in terminal
>git flow version
-
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.
* suggestion:*
- create remote "develop" branch upon init gitflow
- push to remote develop after finish "release" branch