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/06-symref

4
levels/06-symref/start Normal file
View file

@ -0,0 +1,4 @@
TREE=$(git write-tree)
COMMIT=$(git commit-tree $TREE -m "Initial commit")
git update-ref refs/best_commit $COMMIT
git update-ref refs/worst_commit $COMMIT