Git alias:
add-others = !"f() { git ls-files --others | sort -u ; }; git add `f`"
Example:
git add-others
Compare:
- git add-cached
- git add-deleted
- git add-others (this alias)
- git add-ignored
- git add-killed
- git add-modified
- git add-stage
- git add-unmerged
Compare corresponding aliases for edit-*: