DOKK / manpages / debian 12 / git-extras / git-delta.1.en
GIT-DELTA(1) Git Extras GIT-DELTA(1)

git-delta - Lists changed files

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

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

Lists all modified and renamed files vs. master:

$ git delta master MR

Lists all deleted files vs. example:

$ git delta example D

Written by Ivan Malopinsky <hello@imsky.co>

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

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

October 2022