git -p statusgit -p diffgit add -e filepath
git -p statusgit --cached/--staged diffgit -p diffgit add -i [filepath]git commit -m ""
git add -i(it has a diff-staged command built-in) (as well as status really)git commit (in another terminal emulator)
The social network of the future: No ads, no corporate surveillance, ethical design, and decentralization! Own your data with Mastodon!
git -p status
git --cached/--staged diff
git -p diff
git add -i [filepath]
git commit -m ""