Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 99 Bytes

clone-a-single-branch.md

File metadata and controls

5 lines (4 loc) · 99 Bytes

Clone a single branch in Git

$ git clone -b <branch_name> --single-branch <repo_url>