Use the below to command to give you a simple list of all changed files using git status
git status
❯ git status --porcelain | sed s/^...//