Let's say the directory name ABC is my project which is not a git repository. Inside that dir ABC i have many directories which are git repository respectively. And i want every git repository's commit id of their heads with a single command (repo or git command) or script.
Thanks in advance.