As git clone retrieves the repository, you will see status messages printing
cd into the new directory. This new directory is now a local git repository and all git commands will work here.
git branch -a This will list both the local and remote branches . You should see a branch called master and at least one remote branch called remotes/origin/master