mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-09 05:02:22 +02:00
Some new puzzle levels
This commit is contained in:
parent
35b4dc098a
commit
6292d849b9
10 changed files with 65 additions and 0 deletions
levels/puzzle-trees-all-the-way-down
3
levels/puzzle-trees-all-the-way-down/goal
Normal file
3
levels/puzzle-trees-all-the-way-down/goal
Normal file
|
@ -0,0 +1,3 @@
|
|||
git mktree
|
||||
TREE=$(echo -e "040000 tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904\tdir" | git mktree)
|
||||
echo -e "040000 tree $TREE\tdir" | git mktree
|
Loading…
Add table
Add a link
Reference in a new issue