Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: git remote add upstream URL

...

<to be described :  possible link we can use: https://help.github.com/articles/syncing-a-fork/>

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

...