Apache NetBeans temporary repository

Clone this repo:

Branches

  1. 9fbda90 Describing how to push your changes by Jaroslav Tulach · 8 years ago master
  2. aa12647 Describing how to clone the temp repository by Jaroslav Tulach · 8 years ago
  3. 6977302 Added heading for getting involved by Tushar Joshi · 8 years ago
  4. 4af92fd readme by Bertrand Delacretaz · 8 years ago

Apache NetBeans (incubating) temp repository

This is meant for initial experiments with Apache infrastructure.

Getting involved

To get involved please contact us via the NetBeans dev list, see https://s.apache.org/netbeans_please_join

To make a commit

# First of all one needs to clone the repository:
$ git clone https://git-wip-us.apache.org/repos/asf/incubator-netbeans-temp.git
$ cd incubator-netbeans-temp

# set your name and email up
$ git config user.name "Joe Hacker"
$ git config user.email "hacker@apache.org"

# make changes, commit and push
$ git commit -m "Making it better"
$ git push
# user your Apache account name and password