Just use the command to clone only a particular branch not all branches from a repo
git clone --branch <branch_name> --single-branch <repository_url>
Just use the command to clone only a particular branch not all branches from a repo
git clone --branch <branch_name> --single-branch <repository_url>
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)