Git alias:
edit-others = !"f() { git ls-files --others | sort -u ; }; `grave;git var GIT_EDITOR`grave; `grave;f`grave;"
Example:
git edit-cached
Compare:
Compare corresponding aliases for add-*: