Apache NetBeans temporary repository
This is meant for initial experiments with Apache infrastructure.
To get involved please contact us via the NetBeans dev list, see
https://s.apache.org/netbeans_please_join
# 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