You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2016/10/22 14:05:09 UTC

incubator-netbeans-temp git commit: Describing how to clone the temp repository

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 <jt...@apache.org>
Authored: Sat Oct 22 16:04:45 2016 +0200
Committer: Jaroslav Tulach <jt...@apache.org>
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
+```
+
+