Consider that you have a repository https://gitlab.com/my_repo with at least two branches Master and Develop. You have forked the repo into a private one https://gitlab.com/my_repo_fork. You have applied some edits to the Master branch. Now you want to turn the local Master into a new branch of the original repo, branched from the Develop branch. So What I have
https://gitlab.com/my_repoMasterDevelop
https://gitlab.com/my_repo_forkMaster* (edited)Develop
and what I want to have:
https://gitlab.com/my_repoMasterDevelop-
|-> Improvment/number(from the editedMaster*)
I would appreciate it if you could help me know what is the safest way to do this. Thanks for your support in advance.