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/03-commit

View file

@ -1,7 +1 @@
touch empty_file
git add .
git write-tree
git commit-tree 3185 -m 'Clever commit message'
rm empty_file
git update-index --remove empty_file