.\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .TH "GIT\-DELTA" "1" "November 2023" "" "Git Extras" .SH "NAME" \fBgit\-delta\fR \- Lists changed files .SH "SYNOPSIS" \fBgit\-delta\fR [] [] .SH "DESCRIPTION" Lists all files that differ from a branch\. By default, lists files that have been added, copied, or modified as compared to the \fBmaster\fR branch\. .SH "EXAMPLES" Lists all modified and renamed files vs\. \fBmaster\fR: .IP "" 4 .nf $ git delta master MR .fi .IP "" 0 .P Lists all deleted files vs\. \fBexample\fR: .IP "" 4 .nf $ git delta example D .fi .IP "" 0 .SH "AUTHOR" Written by Ivan Malopinsky <\fIhello@imsky\.co\fR> .SH "REPORTING BUGS" <\fIhttps://github\.com/tj/git\-extras/issues\fR> .SH "SEE ALSO" <\fIhttps://github\.com/tj/git\-extras\fR>