I checked out a branch, made changes, added changes and committed. I did not push the changes.
When I do a git status
it tells me
Switched to branch 'develop'
Your branch is ahead of 'origin/develop' by 2 commits.
(use "git push" to publish your local commits)
Is there a way one can know what changes (files/code) are waiting to be pushed ?