Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NetBeans anyway to see the commits not pushed to remote git repo

Tags:

git

netbeans

In NetBeans I have a number of commits to my local git repo. How can I see the commits not pushed to the remote repo?

like image 700
DarVar Avatar asked Nov 28 '25 16:11

DarVar


1 Answers

Netbeans does not have this facility yet. Here is a bug that talks about this. http://netbeans.org/bugzilla/show_bug.cgi?id=208930 http://netbeans.org/bugzilla/show_bug.cgi?id=207165

Take a look at this, http://netbeans.org/kb/docs/ide/git.html#diff

Here is another SF question about this. Git diff between master and origin/master using Netbeans

@EM-Creations

Yep, but svn is different. GIT has the concept of Remote and Head (local repo) and a working tree. When you commit you commit to Head and you have to push to remote repo.

like image 132
ShaggyInjun Avatar answered Dec 01 '25 03:12

ShaggyInjun



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!