git add-stage

Add stage files

Git alias:

add-stage = !"f() { git ls-files --stage | cut -f2 | sort -u ; }; git add `grave;f`grave;"

Example:

git add-stage

Compare:

Compare corresponding aliases for edit-*: