How do I list just the files that would be committed?
This is what I was looking for. Thanks to notnoop for the lead I needed. I wanted to post back my solution in case it helps others. git diff HEAD –name-only Since I intended to do git commit -s -F mesage.txt with the files found in the first line. My intent is to create a … Read more