Git Useful commands¶ Clone a repo with limited history and specific branch¶ git clone --depth 10 --single-branch --branch <mybranch> <therepo> Last update: 2020-12-16