Compare commits

..

5 Commits

Author SHA1 Message Date
b1379590ca wth? 2025-06-06 11:54:18 -04:00
2153e52c75 mistake 2025-06-06 11:51:38 -04:00
394fddb024 bla 2025-06-06 10:40:14 -04:00
c3b61c2d95 asdffa 2023-12-05 21:49:23 -05:00
df3b8bd0f8 , 2023-12-05 21:37:07 -05:00
3 changed files with 19 additions and 0 deletions

9
a_test_addition.txt Normal file
View File

@ -0,0 +1,9 @@
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.
Suppose I make a mistake during some commit?
git reset --soft HEAD~1 isn't really undoing the addition of the mistake line?

View File

@ -6,3 +6,6 @@ Added a third line
a third line a third line
A fourth line
An alternate fourth line.

7
test_repo.code-workspace Normal file
View File

@ -0,0 +1,7 @@
{
"folders": [
{
"path": "./"
}
]
}