How can I see what I am about to push with git?

前端 未结 14 2091
北恋
北恋 2020-11-27 09:06

Is there a way to see what would be pushed if I did a git push command?

What I\'m picturing is something like the \"Files Changed\" tab of Github\'s \"p

14条回答
  •  心在旅途
    2020-11-27 09:27

    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)

提交回复
热议问题