You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/02/11 10:04:41 UTC

[maven-studies] 01/01: added README explaining the orgnization of Maven Studies

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-studies.git

commit b6162178c756f0d7c7b17e18d8ca17df16a7574c
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Feb 11 11:04:05 2018 +0100

    added README explaining the orgnization of Maven Studies
---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a3f5c55
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Maven Studies
+
+This repository contains studies on new ideas for Maven:
+it's a replacement for [Maven Sandbox](https://github.com/apache/maven-sandbox)
+with an organization optimized for Git.
+
+Each study is managed in a separate [Git orphan branch](https://git-scm.com/docs/git-checkout#git-checkout---orphanltnewbranchgt).
+
+## Creating a new Maven Study
+
+```
+git checkout --orphan my-new-study
+rm .git/index
+git clean -fdx
+```

-- 
To stop receiving notification emails like this one, please contact
hboutemy@apache.org.