About 400 results
Open links in new tab
  1. Git - git-diff Documentation

    git diff [<options>] [--] [<path>...] This form is to view the changes you made relative to the index (staging area for the next commit). In other words, the differences are what you could tell Git to further add to …

  2. Git - git-diff Documentation

    Any diff-generating command can take the -c or --cc option to produce a combined diff when showing a merge. This is the default format when showing merges with git-diff [1] or git-show [1].

  3. Git - git-diff Documentation

    The "git-diff-tree" command begins its output by printing the hash of what is being compared. After that, all the commands print one output line per changed file.

  4. Git - git Documentation

    When the environment variable GIT_EXTERNAL_DIFF is set, the program named by it is called to generate diffs, and Git does not use its builtin diff machinery. For a path that is added, removed, or …

  5. Git - git-difftool Documentation

    git difftool is a Git command that allows you to compare and edit files between revisions using common diff tools. git difftool is a frontend to git diff and accepts the same options and arguments.

  6. Git - diff-format Documentation

    Any diff-generating command can take the -c or --cc option to produce a combined diff when showing a merge. This is the default format when showing merges with git-diff [1] or git-show [1].

  7. Git - git-diff-files Documentation

    DESCRIPTION Compares the files in the working tree and the index. When paths are specified, compares only those named paths. Otherwise all entries in the index are compared. The output …

  8. Git - git-stash Documentation

    By default, the command shows the diffstat, but it will accept any format known to git diff (e.g., git stash show -p stash@{1} to view the second most recent entry in patch form).

  9. Git - diff-config Documentation

    The command is called with parameters as described under "git Diffs" in git [1]. Note: if you want to use an external diff program only on a subset of your files, you might want to use gitattributes [5] instead.

  10. Git - diff-options Documentation

    Useful for commands like git show that show the patch by default to squelch their output, or to cancel the effect of options like --patch, --stat earlier on the command line in an alias.