Chris2011 / nb-git-toolbar

NetBeans Plugin which adds a toolbar for the common GIT actions
http://plugins.netbeans.org/plugin/51604/?show=true
24 stars 14 forks source link

Upstream / Origin #4

Closed vonloxley closed 8 years ago

vonloxley commented 8 years ago

The pull / push from upstream-buttons work on the default repository, which is called origin per default. wouldn’t it be better to let the tooltips reflect this and call then push / pull from origin?

markiewb commented 8 years ago

@vonloxley: Origin is not the default. You can have multiple origins. For example to pull from repo x, but push to repo y.

I leave it that way. This plugin only provides a prepared toolbar, which you could have configured yourself within the IDE. The label comes from the build-in NB actions

vonloxley commented 8 years ago

No problem, but please note, that you can have multiple remotes, of which the default one, per convention, is called origin.