Klon Cabang Khusus
git clone --single-branch --branch <branchname> <remote-repo>
Concerned Crane
git clone --single-branch --branch <branchname> <remote-repo>
In general:
git clone -b <branch> <remote_repo>
Example:
git clone -b develop [email protected]:user/myproject.git
git clone -b <branchname> <remote-repo-url>
clone specefic branch in git
git clone --single-branch --branch <branchname> <remote-repo>
git clone -b passwordless-auth [email protected]:BolajiAyodeji/nextjs-blog.git