Is there a way to see what would be pushed if I did a git push command?
git push
What I\'m picturing is something like the \"Files Changed\" tab of Github\'s \"p
Just wanted to add for PyCharm users: You can right-click on the file, -> Git -> Compare with branch
And then you can choose master (or any other)