GIT – How to Clone Multiple Projects
There can be scenario where you need to download or clone multiple projects at the same time. This can be daunting task if done one by one, so I thought of writing a PowerShell or Python script. But as you all know why to reinvent the wheel if something is existing, so I researched the…