Current directory contains symlinks
Run:
$ python3 add_symlinks_to_github.py
For add to Github repo the files which links points to, contains in current directory.
But before:
$ git init
$ git config --global user.name [YOUR NAME]
$ git config --global user.email [YOUR EMAIL ADDRESS]
And after:
$ git commit -m "add files"
$ git remote add origin https://github.com/[YOUR_USERNAME]/[YOUR_FORK].git
$ git push -u origin master