← Back to context

Comment by cjbillington

1 day ago

They'll show up in the diff.

Grep will find them too, but any in the diff you'll know for sure were added by you.

Parent mentioned specifically finding them from the index, so they've been added but not committed, so they're not even remote nor have an author associated with it, yet.

And why it matters to get them from the diff if they're on disk already? Literally one command to find all of them, rather than going through git?

  • One advantage of git is it shows you any uncommitted changes. Great way to get context the next day of where you were up to anyway even if you didn't use TODO to make it searchable.