项目作者: apache

项目描述 :
Apache NetBeans temporary repository
高级语言:
项目地址: git://github.com/apache/netbeans-temp.git
创建时间: 2016-10-22T07:00:07Z
项目社区:https://github.com/apache/netbeans-temp

开源协议:

下载


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

  1. # First of all one needs to clone the repository:
  2. $ git clone https://git-wip-us.apache.org/repos/asf/incubator-netbeans-temp.git
  3. $ cd incubator-netbeans-temp
  4. # set your name and email up
  5. $ git config user.name "Joe Hacker"
  6. $ git config user.email "hacker@apache.org"
  7. # make changes, commit and push
  8. $ git commit -m "Making it better"
  9. $ git push
  10. # user your Apache account name and password