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