I have cut one branch(ABC) from git main branch i.e XYZ
Step 1: clone code from main branch in other drive
step 2: after that when i do cmd : git branch
could not see the branch name which i cut from main branch
What i can see :
XYZ
How can i see ABC also
Please help