We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb13a77 commit bced46aCopy full SHA for bced46a
src/mepo/command/clone.py
@@ -14,9 +14,19 @@
14
def run(args):
15
"""
16
Entry point of clone.
17
+
18
+ Multiple ways to run clone
19
+ 1. After fixture has been cloned (via git clone)
20
+ a. mepo init
21
+ mepo clone
22
+ b. mepo clone (initializes mepo)
23
+ 2. Clone fixture as well
24
+ a. mepo clone <url> [<directory>]
25
+ b. mepo clone -b <branch> <url> [<directory>]
26
27
Steps -
28
1. Clone fixture - if url is provided
- 2. Read state - if state does not exist, initialize mepo (write state) first
29
+ 2. Read state - initialize mepo (write state) first, if needed
30
3. Clone components
31
4. Checkout all repos to the specified branch
32
0 commit comments