Forrest logo
back to context overview

git-delta

List of commands for git-delta:

  • git-delta:tldr:0698b git-delta: List files from a specific branch that differ from another specific branch.
    $ git delta ${branch_1} ${branch_2}
    try on your machine
    explain this command
  • git-delta:tldr:c0fa4 git-delta: List files from the current checked out branch that differ from the `main` branch.
    $ git delta ${main}
    try on your machine
    explain this command
back to context overview