What will the legend of the git diff output show after these commands: making commit with adding file spot, then deleting this file from repository.
git commit -m "add file spot"
rm spot
git diffWhat will the legend of the git diff output show after these commands: making commit with adding file spot, then deleting this file from repository.
git commit -m "add file spot"
rm spot
git diffCreate a free account to access the full topic