Skip to content

Updates to clone command

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 14 Jul 18:30
· 357 commits to main since this release
a93b61e

DOI

With this release, mepo clone is extended to allow:

mepo clone -b tag URL

which is like:

git clone URL
cd 
git checkout tag
mepo init && mepo clone

Also added ability to do:

mepo clone URL directory

and even:

mepo clone -b tag URL directory