Have a main branch in BitBucket named "trunk" (after import from SVN).
Also have branch named "master" - branched from "trunk".
How to set "master" the main branch in BitBucket and then delete "trunk" branch?
git symbolic-ref HEAD refs/head/master
git branch -d trunk
refs/heads/master
NOT
refs/head/master
??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is solution working for new branch to be set up as default branch? I need to set new default branch other than master, I need to each time do the same thing as first aswer, need to write and automation script which do the same for 4 repositories.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the updated Bitbucket UI, select *Settings* instead of *Administration* in Step 2.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check permissions if you don't see the "Settings" link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, worked
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, worked
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why did I get an email for Carlos' "Thank" reply? I merely replied to Christian's reply on a separate sub-thread.
I notice this thread is marked "Watched" for me... I don't want to auto-watch a thread just because I reply to someone in it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
what is the difference between "main" and "development" branch?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not watching this thread yet I'm getting emails for random replies here but not to my replies... not seeing how to unsubscribe from this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. It was helping
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
After changing the main branch - when cicking on "save reporistory details" i get a wired error:
"You can't create repositories under this account."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.