oh-my-git/levels/03-commit/start

7 lines
94 B
Plaintext

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