Reference to my original question
This is in continuation of that question I have a git repository in which I have a folder. In this folder multiple people makes changes. I have recently made few commits in that directory .
In one commit I added few lines of code and in next commit I removed those lines.
Lets call these lines as X.
I want to:
view all changes that I have done in last 10 commits in that directory (ie changes done by me only) as a consolidated change where I see all changes in a file as a single space.
Ie for me I should not see those linesX
and should see each file single time only
andview all changes that anyone has done in that directory in last 10 commits as a consolidated change where i see all changes in a file as a single space.
Ie for me I should not see those lines X and should see each file single time only