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
fix: getConfig always returns null despite values being present in configuration
Resolves an issue whereby `(await git.getConfig(key)).value` would always return `null`, despite `(await git.listConfig()).all[key]` having the correct value.
0 commit comments