I am not very experienced with Git but I think this is a TortoiseGit-specific version of: Git diff between current branch and master but not including unmerged master commits
When working in a feature branch, I would like to see:
- all changes I made to a file since branching
- all files I've changed in the branch
But specifically, how I can do this in TortoiseGit rather than on cmd-line?