mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-04-29 16:53:55 +02:00
Use scripts to create levels, add level selector
This commit is contained in:
parent
1b5cbe9cb0
commit
2a0e2e46bb
9 changed files with 124 additions and 38 deletions
6
levels/blobs/goal
Normal file
6
levels/blobs/goal
Normal file
|
@ -0,0 +1,6 @@
|
|||
echo "Hi" > file1
|
||||
echo "Ho" > file1
|
||||
echo "Hu" > file1
|
||||
git hash-object -w file1
|
||||
git hash-object -w file2
|
||||
git hash-object -w file3
|
0
levels/blobs/start
Normal file
0
levels/blobs/start
Normal file
1
levels/first/goal
Normal file
1
levels/first/goal
Normal file
|
@ -0,0 +1 @@
|
|||
git commit --allow-empty -m "Emtpy commit"
|
0
levels/first/start
Normal file
0
levels/first/start
Normal file
Loading…
Add table
Add a link
Reference in a new issue