Hi,
When I m trying to migrate from subversion to git able to saw the all the branches of that repository when run the command like
$git branch -a
After that i push the git repository into bitbucket using the command like:
$git push -u origin --all
, but here in bitbucket i m able see only the master branch. Can any one resolve this issue pls.
Thanks in Advance.