Answers for "git clone all remote branches"

0

pull all branches from remote git

git clone http://re_here.git branch
Posted by: Guest on June-11-2021
-1

how to clone repo with all branches

$ git branch -a
* master
  remotes/origin/HEAD
  remotes/origin/master
  remotes/origin/v1.0-stable
  remotes/origin/experimental
Posted by: Guest on May-29-2021

Code answers related to "git clone all remote branches"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language