diff --git a/restore/setup.sh b/restore/setup.sh index b1ec26c8..2335e9c2 100755 --- a/restore/setup.sh +++ b/restore/setup.sh @@ -9,13 +9,15 @@ echo "the original foo" > foo.txt git add foo.txt git commit -m "Add foo.txt" git tag v1.0.0 +sleep 1 echo "bar" > bar.txt git add bar.txt git commit -m "Add bar.txt" +sleep 1 echo "foo" > foo.txt git add foo.txt git commit -m "Update foo.txt" - +sleep 1 echo "FIXME: DONT COMMIT" > bar.txt git add bar.txt rm foo.txt