2021-05-21 20:00:34 +01:00
|
|
|
# git delta
|
|
|
|
|
|
|
|
> List files that differ from another branch.
|
2021-10-17 16:32:39 +01:00
|
|
|
> Part of `git-extras`.
|
2021-05-21 20:00:34 +01:00
|
|
|
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-delta>.
|
|
|
|
|
|
|
|
- List files from the current checked out branch that differ from the `main` branch:
|
|
|
|
|
|
|
|
`git delta {{main}}`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- List files from a specific branch that differ from another specific branch:
|
2021-05-21 20:00:34 +01:00
|
|
|
|
|
|
|
`git delta {{branch_1}} {{branch_2}}`
|