I am trying to create a bare repository for managing my dotfiles.
git-dir is $HOME/.cfg.
work-tree is $HOME.
So, the only way I could get my README to appear in Github was by saving it in the work-tree. i.e.., home directory.
but I don't want to have a README file in my ~.
So, is there a way to save it in the git-dir folder yet get the Github to show it when I open my repository?