Repository: incubator-netbeans-temp Updated Branches: refs/heads/master 697730203 -> aa126470c
Describing how to clone the temp repository Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-temp/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-temp/commit/aa126470 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-temp/tree/aa126470 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-temp/diff/aa126470 Branch: refs/heads/master Commit: aa126470cb518ac1843c3f0e9c3314ce70274e66 Parents: 6977302 Author: Jaroslav Tulach <[email protected]> Authored: Sat Oct 22 16:04:45 2016 +0200 Committer: Jaroslav Tulach <[email protected]> Committed: Sat Oct 22 16:04:45 2016 +0200 ---------------------------------------------------------------------- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans-temp/blob/aa126470/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index dc05ab3..5d3d44b 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,12 @@ 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 +``` + +
