tj.git-extras/man/git-delta.md
2026-03-23 23:21:26 -07:00

654 B

git-delta(1) -- Lists changed files

SYNOPSIS

git-delta [<branch>] [<filter>]

DESCRIPTION

Lists all files that differ from a branch. By default, lists files that have been added, copied, or modified as compared to the configured default branch.

EXAMPLES

Lists all modified and renamed files vs. main:

$ git delta main MR

Lists all deleted files vs. example:

$ git delta example D

AUTHOR

Written by Ivan Malopinsky <hello@imsky.co>

REPORTING BUGS

<https://github.com/tj/git-extras/issues>

SEE ALSO

<https://github.com/tj/git-extras>