Dry Runs in Git
$ git clean -fd --dry-run
Would remove tmp.txt
Would remove stuff/$ git commit --dry-run --short
M README.md
A new_file.rbLast updated
$ git clean -fd --dry-run
Would remove tmp.txt
Would remove stuff/$ git commit --dry-run --short
M README.md
A new_file.rbLast updated