April 5, 2022 ☼ tilgitTIL

TIL you can clone a specific branch with git.

git clone -b my-branch --single-branch git@github.com:user/myproject.git