Files
test_repo/a_test_addition.txt

9 lines
271 B
Plaintext
Raw Normal View History

2025-06-06 10:40:14 -04:00
Suppose this is like a piece of code that I'm adding to the repository. This is version 1.
I'm adding stuff. Lots of stuff. just piling it in.
2025-06-06 11:51:38 -04:00
Suppose I make a mistake during some commit?
2025-06-06 11:54:18 -04:00
git reset --soft HEAD~1 isn't really undoing the addition of the mistake line?