Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

WIP

Bootstrapping (need to be done only once)

...

git config --global user.name "John Doe"
git config --global user.email "john@doe.org"

--

...

global  can

...

be

...

removed

...

if

...

you

...

want

...

to

...

setup

...

only

...

the

...

current

...

repository.

Uses branches

It's more confortable to use branches for doing PR because the  PR will have it's own lifecycle on his dedicated branch.

...

You can then code and commit and push. 

You will need an ICLA (Individual Contributor License Agreement) for important modifications.

commit Commit message related to JIRA issue must start with [NETBEANS-<issue number>]

...