I have created an orphan branch as per the article here:
https://gist.github.com/seanbuscay/5877413
I pushed this empty branch to the remote in Bitbucket and all is good.
Then, I am cloning this branch to start a new orphan branch, as I noticed that cloning is taking a very long time which is unusual.
I am using this command to clone the orphan empty branch to start a new orphan empty branch quickly:
md testrepo
cd testrepo
git clone https://bitbucket.domain.git/<xyz> . --branch empty
There was an upgrade recently made to Bitbucket, so I am checking with the team to verify. I though to ask about this to see if there is anything I can do to speed up creating a new empty branch from the repo URL as quickly as possible.