Skip to content

Commit 72d6a54

Browse files
authored
Merge pull request #864 from rpjday/undoing
Remove erroneous double quote
2 parents d24e230 + 6f7822a commit 72d6a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/undoing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You end up with a single commit – the second commit replaces the results of th
3636
It's important to understand that when you're amending your last commit, you're not so much fixing it as _replacing_ it entirely with a new, improved commit that pushes the old commit out of the way and puts the new commit in its place.
3737
Effectively, it's as if the previous commit never happened, and it won't show up in your repository history.
3838
39-
The obvious value to amending commits is to make minor improvements to your last commit, without cluttering your repository history with commit messages of the form, ``Oops, forgot to add a file'' or ``"Darn, fixing a typo in last commit''.
39+
The obvious value to amending commits is to make minor improvements to your last commit, without cluttering your repository history with commit messages of the form, ``Oops, forgot to add a file'' or ``Darn, fixing a typo in last commit''.
4040
====
4141

4242
[[_unstaging]]

0 commit comments

Comments
 (0)