I am very new to GIT. At the moment, I have more than 50 repos that I have to clone. I was hoping to automate this task.
What I want to do is to store all my repo names in a text file. And write a script that will read from the text file and run git clone commands for all of them. Is this possible? I looked around a bit but not quite sure where to even start. Any help is much appreciated.