isacikgoz / gitbatch

manage your git repositories in one place
MIT License
1.54k stars 53 forks source link

Multidepth repository detection #67

Closed am93 closed 5 years ago

am93 commented 5 years ago

Would it be possible for gitbatch to detect multiple repositories which are all under current folder, but on different depths? Example:

->FOLDER1/ -->REPO1 -->REPO2 ->FOLDER2/ -->FOLDER3/ ---> REPO3 ---> REPO4

According to my current observations, repo3 and repo4 are not detected.

isacikgoz commented 5 years ago

hey @am93, have you tried with -r option?

sometihng like gitbatch -r 3

am93 commented 5 years ago

You are correct, I should read manual more carefully next time 😄