
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 machineexplain 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 machineexplain this command