mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
Implement very stupid history
This commit is contained in:
parent
8ee7abbc82
commit
590408e54c
3 changed files with 22 additions and 2 deletions
levels/blobs
|
@ -1,6 +1,6 @@
|
|||
echo "Hi" > file1
|
||||
echo "Ho" > file1
|
||||
echo "Hu" > file1
|
||||
echo "Ho" > file2
|
||||
echo "Hu" > file3
|
||||
git hash-object -w file1
|
||||
git hash-object -w file2
|
||||
git hash-object -w file3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue