Answers for "git clone does not show all branches"

0

git clone does not get all branches

git clone <url to repository>
git branch -a
git checkout <desired branch>
Posted by: Guest on June-10-2021
0

git clone does not show all branches

git fetch --all or git fetch <branch Name>
Posted by: Guest on July-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language