Skip to content

Commit a2befe3

Browse files
author
ttaylorr
committed
book: update en
Updated via the `update-book.yml` GitHub workflow.
1 parent 3c6debb commit a2befe3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

external/book/content/book/en/v2/Git-Tools-Submodules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h3 id="_cloning_submodules">Cloning a Project with Submodules</h3>
211211
</div>
212212
<div class="paragraph">
213213
<p>The <code>DbConnector</code> directory is there, but empty.
214-
You must run two commands: <code>git submodule init</code> to initialize your local configuration file, and <code>git submodule update</code> to fetch all the data from that project and check out the appropriate commit listed in your superproject:</p>
214+
You must run two commands from the main project: <code>git submodule init</code> to initialize your local configuration file, and <code>git submodule update</code> to fetch all the data from that project and check out the appropriate commit listed in your superproject:</p>
215215
</div>
216216
<div class="listingblock">
217217
<div class="content">

external/book/content/book/en/v2/_index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
language_code: en
99
front_page: true
1010
repository_url: https://github.com/progit/progit2
11-
sha: f096b30fc641498b0fac16f50bbf3a5f98b5f502
12-
ebook_pdf: https://github.com/progit/progit2/releases/download/2.1.441/progit.pdf
13-
ebook_epub: https://github.com/progit/progit2/releases/download/2.1.441/progit.epub
14-
ebook_mobi: https://github.com/progit/progit2/releases/download/2.1.441/progit.mobi
11+
sha: 515e4e11c94d1bf30d21511a85743c159d120dc7
12+
ebook_pdf: https://github.com/progit/progit2/releases/download/2.1.442/progit.pdf
13+
ebook_epub: https://github.com/progit/progit2/releases/download/2.1.442/progit.epub
14+
ebook_mobi: https://github.com/progit/progit2/releases/download/2.1.442/progit.mobi
1515
page_title: Git - Book
1616
url: "/book/en/v2.html"
1717
aliases:

external/book/sync/book-en.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f096b30fc641498b0fac16f50bbf3a5f98b5f502
1+
515e4e11c94d1bf30d21511a85743c159d120dc7

0 commit comments

Comments
 (0)