See Committed, Unpushed Files
Sometime I forget what files I have committed but not pushed. This command will show me the files that I have committed but not pushed.
git log origin..HEAD --name-only
Sometime I forget what files I have committed but not pushed. This command will show me the files that I have committed but not pushed.
git log origin..HEAD --name-only