I am trying to create a git repository to store all my dotfiles and config files. My idea was to simply create hard links to all the files I cared for and store those links in their own directory, which I could turn into a repository.
I hit a little, but with my ~ / .gitconfig file. It seems that whenever I run the git config command, the link I created no longer points to the correct location, for example. the file in the repository stops updating correctly.
Here's an example of using a shell and an interactive ruby ββto determine the state associated with files.
I assume this is due to the way git writes the .gitconfig file. Does anyone know why this will happen, or any creative ideas to work around?
Matt garriott
source share