This repository was created by running the following commands:

$ git init
$ echo 'example' > original-file
$ ln -s original-file symlinked-file
$ git add *
$ git commit -m 'Add files to demonstrate how symlinks work in git.'