Closed grsterin closed 3 years ago
Step Set Git Identity fails when there's no preconfigured Git identity
Set Git Identity
Bugfix for Issue #33 - prevent non-zero error code returned by git config --get command from failing the step.
git config --get
mind taking a look @gmemstr @iynere ?
Checklist
Motivation, issues
Step
Set Git Identity
fails when there's no preconfigured Git identityDescription
Bugfix for Issue #33 - prevent non-zero error code returned by
git config --get
command from failing the step.