Cloning specific branch
You can use the following flags –single-branch && –depth to download the specific branch and to limit the amount of history which will be downloaded. You will clone the repo from a certain point in time and only for the given branch git clone -b <branch> –single-branch <url> –depth <number of commits> –[no-]single-branch Clone only … Read more