Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
revert space bug (sorry)
  • Loading branch information
jeis2497052 committed Feb 20, 2018
commit 89fa98a0a5ec9f69dedc1a9d49215c66f71a082f
2 changes: 1 addition & 1 deletion inspect/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ <h2>
<p>That's what we're looking for, but we don't want to have to figure out
what commit the two branches diverged from every time. Luckily, Git has a
shortcut for this. If you run <code>git diff master...erlang</code> (with
three dots in between the branch names), Git will automatically figure out
three dots in between the branch names), Git will automatically figure out
what the common commit (otherwise known as the "merge base") of the two
commit is and do the diff off of that.</p>

Expand Down