Some typos fixing.
In basic necessarily changed to neccesarily. In remotes follwed changed to followed. In inspect added ) and divergant changed to divergent.
This commit is contained in:
@@ -40,7 +40,7 @@ layout: reference
|
||||
<div class="block">
|
||||
<p>We've already seen how to use <code>git log</code> to compare branches,
|
||||
by looking at the commits on one branch that are not reachable from another.
|
||||
(If you don't remember, it looks like this: <code>git log branchA ^branchB</code>.
|
||||
(If you don't remember, it looks like this: <code>git log branchA ^branchB</code>).
|
||||
However, you can also use <code>git log</code> to look for specific commits.
|
||||
Here we'll be looking at some of the more commonly used <code>git log</code>
|
||||
options, but there are many. Take a look at the official docs for the whole
|
||||
@@ -368,7 +368,7 @@ index bb86f00..192151c 100644
|
||||
2 files changed, 3 insertions(+), 3 deletions(-)
|
||||
</pre>
|
||||
|
||||
<p>To compare two divergant branches, however, you can run something like
|
||||
<p>To compare two divergent branches, however, you can run something like
|
||||
<code>git diff branchA branchB</code> but the problem is that it will do
|
||||
exactly what you are asking - it will basically give you a patch file that
|
||||
would turn the snapshot at the tip of branchA into the snapshot at the tip
|
||||
|
Reference in New Issue
Block a user