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
Achieved via a new ENV variable (quick to implement) OR..
Perhaps create a new file with --config --global to exist in ~/.lolcommits/config OR this file is created on plugin being enabled in the first repo. If we go with this approach, there are 2 options for knowing working out the settings to apply;
Config settings hash in the repo dir ~/.lolcommits/{repo}/config contain all settings for that repo, if no config file exists, the global config is applied.
Partial (or full) config settings hash in the repo dir ~/.lolcommits/{repo}/config contain all settings for that repo that then get merged with the global config hash.
Achieved via a new ENV variable (quick to implement) OR..
Perhaps create a new file with
--config --global
to exist in~/.lolcommits/config
OR this file is created on plugin being enabled in the first repo. If we go with this approach, there are 2 options for knowing working out the settings to apply;~/.lolcommits/{repo}/config
contain all settings for that repo, if no config file exists, the global config is applied.~/.lolcommits/{repo}/config
contain all settings for that repo that then get merged with the global config hash.Requested in #305
The text was updated successfully, but these errors were encountered: