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:40 UTC

[maven-studies] branch master created (now b616217)

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

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


      at b616217  added README explaining the orgnization of Maven Studies

This branch includes the following new commits:

     new b616217  added README explaining the orgnization of Maven Studies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

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

Posted by hb...@apache.org.
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.