You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One recurring issue is changes here make any fork obsolete, as each version points to a new file.
Instead, I would recommend to reorganise the repo has follows:
Use a single ini file for current settings. With a simple script, each INI file can be diffed and stored in git with it's own tag, under the same identical file name. This way you're taking full advantage of git.
Then, if you need the old structure, that can easily be built by a github action.
I would also recommend splitting the INI files in multiple files using subfolders. they can then be "compiled" into a single ini file by github actions.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to fork and contribute to this.
One recurring issue is changes here make any fork obsolete, as each version points to a new file.
Instead, I would recommend to reorganise the repo has follows:
Use a single ini file for current settings. With a simple script, each INI file can be diffed and stored in git with it's own tag, under the same identical file name. This way you're taking full advantage of git.
Then, if you need the old structure, that can easily be built by a github action.
I would also recommend splitting the INI files in multiple files using subfolders. they can then be "compiled" into a single ini file by github actions.
The text was updated successfully, but these errors were encountered: