echo 'meow' > noises
git update-index --add noises
git write-tree

rm noises
git update-index --remove noises