New posts in git-diff

How to make git-diff and git log ignore new and deleted files?

How can I get a side-by-side diff when I do "git diff"?

git diff dictate extra blank line between files

Create patch or diff file from git repository and apply it to another different git repository

Difference between file in local repository and origin

Getting the difference between two repositories

Git diff between current branch and master but not including unmerged master commits

git diff file against its last change

How to show uncommitted changes in Git and some Git diffs in detail

Can I make 'git diff' only display the line numbers AND changed file names?

What are the differences between double-dot ".." and triple-dot "..." in Git diff commit ranges? [duplicate]

How to read the output from git diff?

Want to exclude file from "git diff"

Show diff between commits

How to diff one file to an arbitrary version in Git?

How to diff a commit with its parent

What are the differences between double-dot ".." and triple-dot "..." in Git commit ranges?

How to view file diff in git before commit

git-diff to ignore ^M

How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?