Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 430 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 430 Bytes

Maven Studies

This repository contains studies on new ideas for Maven: it's a replacement for Maven Sandbox with an organization optimized for Git.

Each study is managed in a separate Git orphan branch.

Creating a new Maven Study

git checkout --orphan my-new-study
rm .git/index
git clean -fdx