I have write access for a repository e.g. ABC account bt i have created my own repository in my account with some changes made for the same project. Now I need to create a branch in the ABC account and submit my repository(I have only master branch ) How can i do it? Is it possible to do it.
It sounds like you are describing a forking workflow although that might not be necessary since you have write access to the main repository. You could do two things:
Here are some additional resources about these two workflows:
https://confluence.atlassian.com/bitbucket/branch-or-fork-your-repository-221450630.html
https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow
https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.