Skip to content

Commit fc56dfe

Browse files
author
ttaylorr
committed
book: update en
Updated via the `update-book.yml` GitHub workflow.
1 parent 46f4aed commit fc56dfe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

external/book/content/book/en/v2/Getting-Started-First-Time-Git-Setup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h3 id="_your_identity">Your Identity</h3>
7878
</div>
7979
</div>
8080
<div class="paragraph">
81-
<p>Again, you need to do this only once if you pass the <code>--global</code> option, because then Git will always use that information for anything you do on that system.
81+
<p>Again, you need to do this only once if you pass the <code>--global</code> option, because then Git will always use that information for your user on that system.
8282
If you want to override this with a different name or email address for specific projects, you can run the command without the <code>--global</code> option when you’re in that project.</p>
8383
</div>
8484
<div class="paragraph">

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
language_code: en
99
front_page: true
1010
repository_url: https://github.com/progit/progit2
11-
sha: 658ace482a1993256064ff64a0cc308ef8c7d29a
12-
ebook_pdf: https://github.com/progit/progit2/releases/download/2.1.444/progit.pdf
13-
ebook_epub: https://github.com/progit/progit2/releases/download/2.1.444/progit.epub
11+
sha: 2b6d3e25989bfb08a7c2abd737ec7409f9c2e2a4
12+
ebook_pdf: https://github.com/progit/progit2/releases/download/2.1.445/progit.pdf
13+
ebook_epub: https://github.com/progit/progit2/releases/download/2.1.445/progit.epub
1414
page_title: Git - Book
1515
url: "/book/en/v2.html"
1616
aliases:

external/book/sync/book-en.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
658ace482a1993256064ff64a0cc308ef8c7d29a
1+
2b6d3e25989bfb08a7c2abd737ec7409f9c2e2a4

0 commit comments

Comments
 (0)