Skip to content

Make migrated branch to master #41

@WtfJoke

Description

@WtfJoke

Currently the master branch contains only the initial commit. For the user, this could be irritating if he clones the migrated repository the first time.

Following commands would make it possible to make a specific branch to a new master
git branch -m master initialCommit (rename master branch locally to something else)
git branch -m myStreamBranch master (rename branch where migration took place to master)
git push -f origin master (push the current master and override the existing one in the repo aka .git folder)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions