Make Git Clone Fast
To save time when cloning git repositories with large number of histories use :
git clone --depth 1 <repository url>
To save time when cloning git repositories with large number of histories use :
git clone --depth 1 <repository url>