mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-06-14 21:38:22 +02:00
Rename chapters into "internals" and "intro"
This commit is contained in:
parent
70fe577788
commit
f3ff5c5147
97 changed files with 0 additions and 0 deletions
levels/internals/puzzle-precious-blob
7
levels/internals/puzzle-precious-blob/goal
Normal file
7
levels/internals/puzzle-precious-blob/goal
Normal file
|
@ -0,0 +1,7 @@
|
|||
BLOB=$(echo "I am precious" | git hash-object -w --stdin)
|
||||
git update-index --add --cacheinfo 100644,$BLOB,a
|
||||
git write-tree
|
||||
git update-index --force-remove a
|
||||
git update-index --add --cacheinfo 100644,$BLOB,b
|
||||
git write-tree
|
||||
git update-index --force-remove b
|
Loading…
Add table
Add a link
Reference in a new issue