gitflow4idea-plus icon indicating copy to clipboard operation
gitflow4idea-plus copied to clipboard

after initial gitflow, develop branch is not available in remote

Open man-chi opened this issue 2 years ago • 0 comments

  • 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:**
  1. Open IntelliJ
  2. clone a repo from github
  3. in gitflow plugin option -> select init repo
  4. "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 

man-chi avatar May 22 '22 08:05 man-chi