I have cloned a Github repository with the "--recursive" qualifier. I then checked out the latest branch in that repository.
Later, the author of the repository added a new branch. When I attempted to checkout that new branch with git checkout branch-name, git reported that the branch-name was unknown.
Is there a way to get the new branch-name without again cloning the repository?