mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
30 lines
818 B
Groff
30 lines
818 B
Groff
.\" generated with Ronn-NG/v0.10.1
|
|
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
|
|
.TH "GIT\-DELTA" "1" "March 2026" "" "Git Extras"
|
|
.SH "NAME"
|
|
\fBgit\-delta\fR \- Lists changed files
|
|
.SH "SYNOPSIS"
|
|
\fBgit\-delta\fR [<branch>] [<filter>]
|
|
.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 configured default branch\.
|
|
.SH "EXAMPLES"
|
|
Lists all modified and renamed files vs\. \fBmain\fR:
|
|
.IP "" 4
|
|
.nf
|
|
$ git delta main 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>
|