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: pass user/email via env also for "preset"-auth
GitHelper's "preset"-auth-mode instructs GitHelper to assume underlying
git-repository is already configured w.r.t. authentication. However,
also for local operations (e.g. create a commit or note), git will
require username and email-address. Hence, let GitHelper also pass those
(if configured) for preset-case.
0 commit comments