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
Begin each test by redirecting config access to a temporary location.
End each test by restoring the config path to the default.
This prevents any test from acidentally reading/writing to the user's 'real'
system/global/xdg git config.
Each test gets a fresh set of configs to avoid taking dependencies between
tests.
0 commit comments