I'm looking for a way to find the actual lines of code added or changed since a date using git diff
or another Git command. Is this possible?
Currently with git diff
I'm just getting the list of commits since that day but I'd like to be able to extract the actual code changed or added.