I cloned a bunch of git repos on another let's say laptop, but now my application which requires all of them doesn't work the same as on the initial laptop.
Assuming on the initial one all the repos are located in the folder ~/
, is there any command to list the active branch of each package in this folder ?
Regards