Add levels for refs and symrefs

This commit is contained in:
Sebastian Morr 2020-09-13 21:55:51 +02:00
parent cb2bb767db
commit 9ba485b789
7 changed files with 32 additions and 0 deletions
levels/05-ref

5
levels/05-ref/start Normal file
View file

@ -0,0 +1,5 @@
echo hello > hello
echo world > world
git add .
TREE=$(git write-tree)
git commit-tree $TREE -m "Initial commit"