Restructuring of goal/start scripts

This commit is contained in:
bleeptrack 2020-09-15 12:36:22 +02:00
parent 34b24344d4
commit b84bb48004
11 changed files with 35 additions and 41 deletions
levels/06-symref

View file

@ -1,5 +1 @@
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
git symbolic-ref HEAD refs/best_commit