mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-03-31 18:02:20 +02:00
6 lines
110 B
Text
6 lines
110 B
Text
echo 'meow' > noises
|
|
git update-index --add noises
|
|
git write-tree
|
|
|
|
rm noises
|
|
git update-index --remove noises
|