oh-my-git/levels/commit-create/start
2020-09-15 14:51:31 +02:00

7 lines
94 B
Plaintext

touch empty_file
git add .
git write-tree
rm empty_file
git update-index --remove empty_file