compare files line by line NAME diff - compare files line by line SYNOPSIS diff [ OPTION ]... FILES DESCRIPTION Compare FILES...compare three files line by line NAME diff3 - compare three files line by line SYNOPSIS diff3 [ OPTION ]... MYFILE OLDFILE YOURFILE...side-by-side merge of file differences NAME sdiff - side-by-side merge of file differences SYNOPSIS sdiff [ OPTION ]... F...Show changes using common diff tools NAME git-difftool - Show changes using common diff tools SYNOPSIS git difftool [<op...program that diffs an extracted archive against an unextracted one NAME ptardiff - program that diffs an ex...edit between two and eight versions of a file with Vim and show differences NAME vimdiff - edit between two and eight versions of a file with Vim and show dif...Show logs with differences each commit introduces NAME git-whatchanged - Show logs with differences each comm...Show changes between commits, commit and working tree, etc NAME git-diff - Show changes between commits, commit and working tree, etc SYNOPSIS git diff [<options>......countermand an earlier --signoff option on the command line. --stat, -n, --no-stat Show a diffstat at the end of the merge. The diffstat is also controlled by the configuration …...y arguments to long options are mandatory for short options too. -b , --print-bytes print differing bytes -i , --ignore-initial = SKIP skip first SKIP bytes of both inputs -i , …Compares files in the working tree and the index NAME git-diff-files - Compares files in the working tree and the index SYNOPSIS git diff-files [-q] [-0...Compare a tree to the working tree or index NAME git-diff-index - Compare a tree to the working tree or index SYNOPSIS git diff-index [-m] [--cache...Compare two commit ranges (e.g. two versions of a branch) NAME git-range-diff - Compare two commit ranges (e.g. two versions of a branch) SYNOPSIS git range-diff [--co......bjects (blobs, trees, tags and commits). For commits it shows the log message and textual diff. It also presents the merge commit in a special format as produced by git diff-tre…Compares the content and mode of blobs found via two tree objects NAME git-diff-tree - Compares the content and mode of blobs found via two tree objects SYNOPSIS git dif......... <commit2> " which is useful for merges. The resulting set of commits is the symmetric difference between the two operands. The following two commands are equivalent: $ git l…...er-letter] [--quiet] [--[no-]encode-email-headers] [--no-notes | --notes[=<ref>]] [--interdiff=<previous>] [--range-diff=<previous> [--creation-factor=<percent>]] [--filename-ma…...). --get-colorbool <name> [<stdout-is-tty>] Find the color setting for <name> (e.g. color.diff ) and output "true" or "false". <stdout-is-tty> should be either "true" or "false"…...name>]]] [--ours|--theirs|--union] [-p|--stdout] [-q|--quiet] [--marker-size=<n>] [--[no-]diff3] [--object-id] <current> <base> <other> DESCRIPTION Given three files <current> ,…...a commit in HEAD..<upstream> are omitted (i.e., a patch already accepted upstream with a different commit message or timestamp will be skipped). It is possible that a merge fail…