TheOdinProject / curriculum

The open curriculum for learning web development
https://www.theodinproject.com/
Other
9.08k stars 12.57k forks source link

Git: Update git reset command from HEAD^ to HEAD~ #28296

Closed mathdebate09 closed 3 days ago

mathdebate09 commented 3 days ago

Because

The usage of caret selector (^) in the deeper look at git lesson might lead to confusion to make it continuous with rest of the lesson

This PR

Issue

Closes #28273

Additional Information

I believe the lesson file is path agnostic and I could find only one file about deeper look at git, though the issue author had linked it in ruby path, let me know if any revisions would be needed.

Pull Request Requirements