From 77327583908ec3b3d4720005957313cbe08f89a0 Mon Sep 17 00:00:00 2001 From: Cosmin Apreutesei Date: Thu, 9 Apr 2015 08:41:56 +0300 Subject: [PATCH] unimportant --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 8d28dba..1eb8796 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,19 @@ foo and bar by name alone. So by cloning meta into your project (by it's full url), you can then clone foo and bar with `mgit clone foo bar`, or simply `mgit clone-all`. +## This will always clone master. How do I lock versions? + + $ mgit release 1.0 update # adds .mgit/1.0.release + +This creates a list with current versions of all repos. +To clone and/or checkout those versions in the future, use: + + $ mgit release 1.0 checkout + +Needless to say, you can add these release files to your meta package, +just like with the .baseurl and .origin files before. + + ## Who uses it? Multigit is the package manager for [luapower](https://luapower.com).