changed reverts to reverses for better readability and consistency with the reset of the section

This commit is contained in:
Brendan Lentz 2021-07-15 21:37:05 -07:00
parent 318fd580e6
commit ff14474691

View file

@ -63,7 +63,7 @@ exports.level = {
"beforeMarkdowns": [ "beforeMarkdowns": [
"## Git Reset", "## Git Reset",
"", "",
"`git reset` reverts changes by moving a branch reference backwards in time to an older commit. In this sense you can think of it as \"rewriting history;\" `git reset` will move a branch backwards as if the commit had never been made in the first place.", "`git reset` reverses changes by moving a branch reference backwards in time to an older commit. In this sense you can think of it as \"rewriting history;\" `git reset` will move a branch backwards as if the commit had never been made in the first place.",
"", "",
"Let's see what that looks like:" "Let's see what that looks like:"
], ],