I have twenty git repositories on github and I want to be able to create a branch in all the twenty repositories with one command or click (without going through to all the twenty repos manually one at a time).
I do understand that I may write a shell script to do that. I am wondering if I am able to utilize sub modules of if there is any other way? Not sure, any help is appreciated.