I changed the cloneBranch to refs/heads/develop or to develop,but it always cloning the master branch. So,how to clone develop branch ?
not checkout branch,and this is the link of gitblit
I changed the cloneBranch to refs/heads/develop or to develop,but it always cloning the master branch. So,how to clone develop branch ?
not checkout branch,and this is the link of gitblit
Copyright © 2021 Jogjafile Inc.

You have to checkout to other branch from master branch to clone it
Reference
https://git-scm.com/docs/git-checkout
https://try.github.io/levels/1/challenges/19