I worked in a project for more than 4 months and used GIT for repo. 4 members in the team has feature branches and they do PR from other branches. What I want is list of CSS files(with full path) which I worked in the branch or project from beginning of the time (i.e 4 months ago).
I tried git diff --name-only <beginnig-of-branch-name>
but it does not work. Please help.