Today’s quick tutorial provides the command to clone a specific Git branch. Try to use the below command from the development environment.
git clone --single-branch --branch <branch-name> <remote-repo-name>
This option will download only the files that are in the selected branch.
Leave a Reply