git ls-remote origin lists all the remote with their commit IDs,
xxxx41 refs/heads/ABC
xxxx92 refs/heads/dummy_xyz
xxxx32 refs/heads/Feature/ABC
xxxx77 refs/heads/Feature/ABC-mgc
now when i checkout to any of the branch i get an error
error: pathspec "/Feature/ABC" or "/Feature/ABC-mgc" did not match any files known to git
i followed some questions on stack Remote branch not found
@schwern did wonderful explanation however i could not able to checkout.