Reputation: 12104
I have a git machine, where there is a folder: git:/opt/git/third_party> Inside third_party there are multiple .git repoitories.
I wish to clone all the .git inside third_party at one shot:
Something like: git clone kingsmasher1@git:/opt/git/third_party/*.git
Is it possible?
Upvotes: 1
Views: 154