This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246074

Summary: Please add feature to show unpushed changes.
Product: versioncontrol Reporter: Christian Lenz <chrizzly>
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: CLOSED DUPLICATE    
Severity: normal CC: git
Priority: P3    
Version: 8.0.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description Christian Lenz 2014-07-28 21:16:52 UTC
In the command line tool, when I have commited all changes, I see the message, that I have changes which are not pushed yet, I would prefer to see an option "show unpuhsed changes" with a all commits inside, and the number of commits inside, which are not pushed yet. And if there are no changes then the message "No unpushed things" or smth like that. That would be nice.


Regards

Chris
Comment 1 Ondrej Vrabec 2014-07-29 07:16:19 UTC
already there: Git -> Remote -> Show Outgoing

*** This bug has been marked as a duplicate of bug 245076 ***
Comment 2 Christian Lenz 2014-07-29 07:36:57 UTC
Ahh nice, thx.