Compare commits
5 Commits
20be72dbf9
...
main
Author | SHA1 | Date | |
---|---|---|---|
b1379590ca | |||
2153e52c75 | |||
394fddb024 | |||
c3b61c2d95 | |||
df3b8bd0f8 |
9
a_test_addition.txt
Normal file
9
a_test_addition.txt
Normal 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?
|
3
test.txt
3
test.txt
@ -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
7
test_repo.code-workspace
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "./"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user