Which of the following commands can be used to delete all files and directories that git does not track from your working-directory. code example
Example 1: clear untracked files git
git clean -n
Example 2: git cleanup remove removed
git remote prune origin