For instance, suppose a git repo has two branches, master and branchA, if branchA is cloned by using
git clone --single-branch branchA
can we recover branch master from the cloned repo? and can we see from the cloned repo history that there exists a branch master?