Describing how to push your changes
1 file changed
tree: fc6ad6feb1f38a0dca33d9f663793fe09c3391df
  1. README.md
README.md

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