i am not able to clone any branch except master in smart git from bit bucket
When you clone, you get all the branches, not just master. Master might be the one checked out because it is the default branch. You can just use "git checkout <<branchName>>" to switch to the branch you need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.