This commit is contained in:
2025-06-06 11:54:18 -04:00
parent 2153e52c75
commit b1379590ca

View File

@ -5,3 +5,5 @@ Suppose this is like a piece of code that I'm adding to the repository. This is
I'm adding stuff. Lots of stuff. just piling it in. I'm adding stuff. Lots of stuff. just piling it in.
Suppose I make a mistake during some commit? Suppose I make a mistake during some commit?
git reset --soft HEAD~1 isn't really undoing the addition of the mistake line?