How to see a list of all changed files (pending stage & commit) with Xcode 9?
I don't see an option in Source Control Navigator (keyboard shortcut: command-2) or Source Control menu option.
List of files corresponding to git status
command on terminal. Also, if possible git diff --staged
.
Please add a keyboard shortcut if any.