Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

[QUESTION] Why i cannot tag 1.0.0 if i have "re-inited" my new "master" to a new branch? #468

@oscaraparicio77

Description

@oscaraparicio77

Hi there.

First, i'm not an expert, but congrats for this project.

I have done some tests with merges from develop to master wth tags successfully, i use this steps:

git checkout develop
git flow release start $VERSION
git add .
git flow release finish -F -m "Tag" $VERSION
git checkout master && git push origin master
git push origin $VERSION
git checkout develop && git push origin develop

Now, if i do a

git flow init -f to change the "master" brach to another branch, i cannot tag 1.0.0 version if i was used 1.0.0 version in default master branch.

I want to have a 1.0.0 tag in many branches, basically.

Can i archieve this goal in any way?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions