Skip to content

Commit 48eea1f

Browse files
committed
Deploying to gh-pages from @ 8197d61 🚀
1 parent eb0bf0b commit 48eea1f

28 files changed

+1778
-337
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 3f11e8c1dcf80df1784f33aededc4185
3+
config: 72754888366ba5f63cd4e668a554307b
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_sources/reference.rst.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,10 @@ Create a new workspace from a Git repository.
262262

263263
1. Clones Git repository
264264
2. Enters directory
265-
3. Runs ``ivpm update`` with specified options
265+
3. Automatically runs ``ivpm update`` with specified options
266+
267+
Note: Since ``clone`` automatically runs ``update``, you don't need to run
268+
``ivpm update`` separately after ``ivpm clone``.
266269

267270
init
268271
----

_sources/workflows.rst.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ Deploying to Users
576576
577577
$ ivpm clone https://github.com/org/project.git
578578
579-
**Option 2: Traditional clone + update**
579+
**Option 2: Traditional git clone (without IVPM)**
580580

581581
.. code-block:: bash
582582
@@ -585,6 +585,9 @@ Deploying to Users
585585
$ pip install ivpm
586586
$ ivpm update
587587
588+
Note: ``ivpm clone`` automatically runs ``ivpm update`` after cloning, so you only
589+
need to run ``ivpm update`` separately when using ``git clone`` directly.
590+
588591
**Option 3: Snapshot distribution**
589592

590593
.. code-block:: bash

0 commit comments

Comments
 (0)