Skip to content

ATTN devs: common 19.x-dev branch renamed to 19.x #2125

Description

@JedMeister

Note to @OnGle @marcos-mendez - and other devs working on v19.x


I have just renamed the common 19.x-dev branch to 19.x so devs working on v19.x will need to update the branch you use. This will do the trick:

git fetch --all --prune
git checkout 19.x

Once you've done that, your local 19.x-dev branch can safely be deleted. Although using the lower case -d switch is recommended because the deletion to fail if there are additional commits locally (-D forces deletion - so don't do that unless you are sure):

git branch -d 19.x-dev

Because it's a branch rename, the commit history is identical so any existing dev branches you have that are based on 19.x-dev will not need to be rebased.


Tagged as a bug because it may be a disruption to developers. FWIW next major version update development round I will not use the '-dev' suffix so we can avoid this next time... Just leaving the previous major release branch as default is enough to note that it's a dev branch IMO...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions