Comment by natbennett
4 hours ago
In the case of a newly committed file you can add just the file with
git add . -N
And then review the text itself as part of the git add -p workflow
4 hours ago
In the case of a newly committed file you can add just the file with
git add . -N
And then review the text itself as part of the git add -p workflow
TIL about git add -N / --intent-to-add :