Top "Git-diff" questions

Shows changes between the working tree and the committed contents of a git repository, or between two commits or branches of the repository.

How to change tab width in git diff?

The standard spacing for a tab is 8 characters. I prefer to view that as 4 characters in my editors and console. …

git whitespace git-diff
how show the diff from my current working directory and my last commit?

I'm using git and need included in the diff result untracked files. So what command I must execute to get …

git staging git-diff working-directory