In Git, how could I search for path of directory where particular branch is created..?
Actually there is a git branch on which all the changes were carried out. Now i wanted to know on which directory the branch is created(so that i can track the folder paths), is there any way to grep the git for directory path? currently i have to move to each directory and have to manual test the same using git branch -a. i refer this question