git how to see what is committed but not pushed code example
Example 1: see changes to be pushed git
git cherry -v
Example 2: see changes to be pushed git
git diff --stat origin/master..
git cherry -v
git diff --stat origin/master..