You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Bootstrapping (need to be done only once)

You will not have write permission to github apache mirror, you need to
fork https://github.com/apache/incubator-netbeans to your own repositories.

You need to clone the forked repository and setup name and mail. This also may help git rebase to fullfil its task.

 

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

WIP

Uses branches

WIP

to branch from master

git checkout master

git branch mywork

git checkout mywork

 

 

 

 

 

 

 

 

 

 

  • No labels