I am working on project, in which a branch say feature/test
is used by N number of developers. All developers currently commit their changes and push to same branch.
Now i want to find all files on which i have worked in branch feature/test
.
Thanks in advance.