This is the command git-delta that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
git-delta - 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
Use git-delta online using onworks.net services