(I am using Windows at the moment with git installed and GitHub Win client)
I have forked a repo which contains config.ini
Now I need to be able to put my settings in there but still maintain it so I can contribute back.
I was thinking about a symlink using like Git best practice for config files etc however when I do all of that and then go to my GitHub Win client it was to contribute config-sample.ini as a NEW file!
Shouldn't symlink make it so that GitHub thinks the changes were in config.ini even though I made them in config-sample.ini ?
Any help is greatly appreciated.
Cheers