File: git-delta.md

package info (click to toggle)
git-extras 6.1.0-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,720 kB
  • sloc: sh: 3,480; makefile: 126
file content (32 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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 `master` branch.

## EXAMPLES

  Lists all modified and renamed files vs. `master`:

    $ git delta master MR

  Lists all deleted files vs. `example`:

    $ git delta example D

## AUTHOR

Written by Ivan Malopinsky &lt;<hello@imsky.co>&gt;

## REPORTING BUGS

&lt;<https://github.com/tj/git-extras/issues>&gt;

## SEE ALSO

&lt;<https://github.com/tj/git-extras>&gt;