You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Geertjan Wielenga <ge...@googlemail.com> on 2017/10/06 14:11:23 UTC

Updating a fork to trunk

Hi all,

Here's how I'm updating my fork to main:

git remote add upstream https://github.com/apache/incubator-netbeans.git

git pull upstream master

git push -n

git push

Does that make sense, just making sure we're doing the same things.

Thanks,

Gj