Hacker News new | ask | show | jobs
by Argorak 5315 days ago
By the way, is it possible to have git add -p show uncommitted files, like darcs does?
1 comments

Not directly, but you can use git add -p for that. Although I don't think you get to review it first.