I have a sample Android project in Udacity, consisting of several exercises, each one of them in a different branch. I have forked the repository and then git cloned the forked version from the Android Studio terminal. However, when I git branch to see the available branches, the only branch existing is the one named develop_branch or StarterCode. You can see the repo here. So, If I try to do git branch to some of the exercises, a new branch is created. On top of that, the code I see in Android Studio is from the only branch that was cloned... I have tried to implement some solutions to similar problems like Git- My branches are not showing after cloning a repo or Only master branch is visible after cloning a Git repo, however I think that specific problem is different. I believe that it has to do with Android Studio specifically.
I'd like to add that I had done the same thing with a different project a couple of days ago, without those problems. Everything worked fine. The only difference is that when I first cloned the repo, I had cloned in a wrong folder. Then I deleted it and cloned it to the folder I wanted. If that's what's causing the problem, is there a way to fix it?