How do I list out all the files that I have pushed in my last push to a remote Git repository?
I have a project and have modified only few files and add, commit and push
it to the remote. Now how do I see the list of files I have pushed to remote?
Should it have something to do with last commit ID?