• How do i clone only “master” branch [ default protected branch? ] of repo?
  • what are the advantages & disadvantages?
  • how do i remove all other branches except master of forked repo?
  • boothin@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    1 年前

    It downloads the branches meaning that it will download the list of the branches that exist, but only one branch is “checked out” at a time, which is where the files are actually downloaded to your pc.