Skip to content

Commit 0cf5517

Browse files
authored
Merge pull request #1415 from pbodnar/master
Fix sentence flow: not "however", but "so"
2 parents 9bc3d79 + 1fc8900 commit 0cf5517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/10-git-internals/sections/maintenance.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cac0cab538b970a37ea1e769cbbde608743bc96d refs/tags/v1.0
5050

5151
If you update a reference, Git doesn't edit this file but instead writes a new file to `refs/heads`.
5252
To get the appropriate SHA-1 for a given reference, Git checks for that reference in the `refs` directory and then checks the `packed-refs` file as a fallback.
53-
However, if you can't find a reference in the `refs` directory, it's probably in your `packed-refs` file.
53+
So if you can't find a reference in the `refs` directory, it's probably in your `packed-refs` file.
5454

5555
Notice the last line of the file, which begins with a `^`.
5656
This means the tag directly above is an annotated tag and that line is the commit that the annotated tag points to.

0 commit comments

Comments
 (0)