@@ -398,7 +398,7 @@ branch name, but this longer name can also be useful. Most
398
398
importantly, it is a globally unique name for this commit: so if you
399
399
tell somebody else the object name (for example in email), then you are
400
400
guaranteed that name will refer to the same commit in their repository
401
- that you it does in yours (assuming their repository has that commit at
401
+ that it does in yours (assuming their repository has that commit at
402
402
all).
403
403
404
404
Understanding history: commits, parents, and reachability
@@ -617,7 +617,7 @@ the relationships between these snapshots.
617
617
Git provides extremely flexible and fast tools for exploring the
618
618
history of a project.
619
619
620
- We start with one specialized tool which is useful for finding the
620
+ We start with one specialized tool that is useful for finding the
621
621
commit that introduced a bug into a project.
622
622
623
623
How to use bisect to find a regression
@@ -1492,7 +1492,7 @@ dangling commit 13472b7c4b80851a1bc551779171dcb03655e9b5
1492
1492
...
1493
1493
-------------------------------------------------
1494
1494
1495
- and watch for output that mentions "dangling commits". You can examine
1495
+ You can examine
1496
1496
one of those dangling commits with, for example,
1497
1497
1498
1498
------------------------------------------------
@@ -2923,6 +2923,8 @@ Think about how to create a clear chapter dependency graph that will
2923
2923
allow people to get to important topics without necessarily reading
2924
2924
everything in between.
2925
2925
2926
+ Say something about .gitignore.
2927
+
2926
2928
Scan Documentation/ for other stuff left out; in particular:
2927
2929
howto's
2928
2930
some of technical/?
0 commit comments