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

前端 未结 14 2043
北恋
北恋 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:20

    If you are using Mac OS X, I would recommend you get Tower, it's a wonderful program that has made dealing with Git a pleasure for me. I now longer have to remember terminal commands and it offers a great GUI to view, track and solve differences in files.

    And no, I'm not affiliated with them, I just use their software and really like it.

    http://www.git-tower.com/

提交回复
热议问题