Skip to content

Commit

Permalink
book: update en
Browse files Browse the repository at this point in the history
Updated via the `update-book.yml` GitHub workflow.
  • Loading branch information
ttaylorr committed Jan 17, 2025
1 parent 3c6debb commit a2befe3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion external/book/content/book/en/v2/Git-Tools-Submodules.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ <h3 id="_cloning_submodules">Cloning a Project with Submodules</h3>
</div>
<div class="paragraph">
<p>The <code>DbConnector</code> directory is there, but empty.
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>
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>
</div>
<div class="listingblock">
<div class="content">
Expand Down
8 changes: 4 additions & 4 deletions external/book/content/book/en/v2/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
language_code: en
front_page: true
repository_url: https://github.com/progit/progit2
sha: f096b30fc641498b0fac16f50bbf3a5f98b5f502
ebook_pdf: https://github.com/progit/progit2/releases/download/2.1.441/progit.pdf
ebook_epub: https://github.com/progit/progit2/releases/download/2.1.441/progit.epub
ebook_mobi: https://github.com/progit/progit2/releases/download/2.1.441/progit.mobi
sha: 515e4e11c94d1bf30d21511a85743c159d120dc7
ebook_pdf: https://github.com/progit/progit2/releases/download/2.1.442/progit.pdf
ebook_epub: https://github.com/progit/progit2/releases/download/2.1.442/progit.epub
ebook_mobi: https://github.com/progit/progit2/releases/download/2.1.442/progit.mobi
page_title: Git - Book
url: "/book/en/v2.html"
aliases:
Expand Down
2 changes: 1 addition & 1 deletion external/book/sync/book-en.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f096b30fc641498b0fac16f50bbf3a5f98b5f502
515e4e11c94d1bf30d21511a85743c159d120dc7

0 comments on commit a2befe3

Please sign in to comment.